Nevron.Nov.Grid Namespace / NDataColumn Class


In This Topic
    NDataColumn Class Methods
    In This Topic

    For a list of all members of this type, see NDataColumn members.

    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 MethodDetermines whether the column can begin editing in response to the specified trigger.  
    Public MethodDetermines whether the column can end editing in response to the specified trigger.  
    Public MethodOverridden. Overriden to create a NDataCell  
    Public MethodMust override to creates a cell editor which initially displays the specified value.  
    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 MethodSets the cell value for the specified data row. This implementation sets a field value for the specified row.  
    Top
    Protected Methods
     NameDescription
    Internal Method  
    Internal Method  
    Internal MethodOverridden.   
    Protected MethodCalled when the field name property has changed.  
    Top
    See Also