NevronOpenVision
Nevron.Nov.Grid Namespace / NDataColumn Class
Fields Properties Methods Events


In This Topic
    NDataColumn Class Members
    In This Topic

    The following tables list the members exposed by NDataColumn.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Reference to the FieldName property  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NDataColumn  
    Top
    Protected Fields
     NameDescription
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the index of the field in the data source to which this column is bound to.  
    Public PropertyGets the field name of of the data source which this column represents.  
    Public PropertyGets whether the field to which the column is bound to is nullable.  
    Public PropertyGets the type of the field in the data source to which this column is bound to.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Binds the column the data source columne with the specified name. This method also set the column Format and Editor to be the defaults for the field type.  
    Public MethodOverridden. Gets the column value for the specified data row. This implementation returns the field value for the specified row.  
    Public MethodOverridden. Gets whether the row values associated with this column can be null. This implementation returns the Nullable status of the data source field represented by this column.  
    Public MethodOverridden. Gets the data type associated with the row values for this column. This implementation returns the FieldType of the data source field represented by this column.  
    Public MethodOverridden. Sets the column value for the specified data row. This implementation sets a field value for the specified row.  
    Top
    Protected Methods
     NameDescription
    Protected MethodCalled when the field name property has changed.  
    Internal MethodOverridden.   
    Internal Method  
    Top
    See Also