Name | Description | |
---|---|---|
![]() | NDataColumn Constructor | Overloaded. |
The following tables list the members exposed by NDataColumn.
Name | Description | |
---|---|---|
![]() | NDataColumn Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() ![]() | AllowEditProperty | Reference to the AllowEdit property. |
![]() ![]() | EditorChild | Reference to the Editor child. |
![]() ![]() | FieldNameProperty | Reference to the FieldName property |
![]() ![]() | IgnoredBeginEditingTriggersProperty | Reference to the IgnoredBeginEditingTriggers property. |
![]() ![]() | NDataColumnSchema | Schema associated with NDataColumn |
![]() ![]() | UpdateModeProperty | Reference to the EditorUpdateMode property. |
Name | Description | |
---|---|---|
![]() | AllowEdit | Gets or sets whether the user is allowed to edit the columns cells. By default set to true. |
![]() | Editor | Gets or sets the column editor |
![]() | FieldIndex | Gets the index of the field in the data source to which this column is bound to. |
![]() | FieldName | Gets the field name of of the data source which this column represents. |
![]() | FieldNullable | Gets whether the field to which the column is bound to is nullable. |
![]() | FieldType | Gets the type of the field in the data source to which this column is bound to. |
![]() | IgnoredBeginEditingTriggers | Gets or sets the begin editing triggers, which are explictly ignored for this column |
![]() | UpdateMode | Gets or sets the mode in which editors update cell values. |
Name | Description | |
---|---|---|
![]() | Bind | Overloaded. 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. |
![]() | CanBeginEditing | Determines whether the column can begin editing in response to the specified trigger. |
![]() | CanEndEditing | Determines whether the column can end editing in response to the specified trigger. |
![]() | CreateCell | Overridden. Overriden to create a NDataCell |
![]() | CreateDataCellEditor | Must override to creates a cell editor which initially displays the specified value. |
![]() | GetCellValue | Overridden. Gets the column value for the specified data row. This implementation returns the field value for the specified row. |
![]() | GetCellValuesNullable | Overridden. 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. |
![]() | GetCellValuesType | Overridden. 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. |
![]() | SetCellValue | Sets the cell value for the specified data row. This implementation sets a field value for the specified row. |
Name | Description | |
---|---|---|
![]() | dWOI | |
![]() | EWOI | |
![]() | OnFieldNameChanged | Called when the field name property has changed. |
![]() | YCC | Overridden. |