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 AllowEdit property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Editor child.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the FieldName property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the IgnoredBeginEditingTriggers property.  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NDataColumn  
    Public Fieldstatic (Shared in Visual Basic)Reference to the EditorUpdateMode property.  
    Top
    Protected Fields
     NameDescription
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets whether the user is allowed to edit the columns cells. By default set to true.  
    Public PropertyGets or sets the column editor  
    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.  
    Public PropertyGets or sets the begin editing triggers, which are explictly ignored for this column  
    Public PropertyGets or sets the mode in which editors update cell values.  
    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 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  
    Protected MethodCalled when the field name property has changed.  
    Internal MethodOverridden.   
    Top
    See Also