BCGSoft.Controls.Grid Namespace : GridDataItem Class |
The following tables list the members exposed by GridDataItem.
Name | Description | |
---|---|---|
![]() | GridDataItem Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | CellMergeInfo | Keeps information required for "merged cells" feature. |
![]() | ColumnDataIndex | Gets index of a GridDataItem object in the GridDataRow.ItemCollection collection. |
![]() | DataImage | Gets ItemData as image. |
![]() | DataType | Specifies type of data stored in ItemData. |
![]() | Disabled | Currently not implemented. Use ReadOnly property to prevent editing of data items. |
![]() | EnableRedrawCellContentOnStateChange | Gets or sets a value that enables refresh of a cell that displays this data item when cell's state changes. |
![]() | Filtered | Gets or sets a value that indicates whether a row where data item is located is filtered out. |
![]() | Focused | Gets or set a value tha indicates whether a data item is focused or not. |
![]() | HideTooltips | Gets or sets a value indicating that tooltips should be hidden always. |
![]() | IsDBNull | Gest a value that indicates whether an encapsulated data is DBNull. |
![]() | IsEmpty | Gets a value that indicates whether a data item is empty. |
![]() | ItemData | Gets or sets the data. |
![]() | ReadOnly | Gets or sets a value that indicates that an item is read only. |
![]() | Row | Gets or sets a back reference to GridDataRow where a GridDataItem is located. |
![]() | Selected | Gets or sets a value that indicates that a data item is selected. |
![]() | ShowTooltipsAlways | Gets or set a value that indicates whether to show tooltips always or only when visual representation of data is truncated. |
![]() | Tag | |
![]() | Updated | Gets or sets a value that indicates whether the data is updated. |
![]() | VisualStyle | Gets or sets data item's Visual Style. |
Name | Description | |
---|---|---|
![]() | Clone | Clones a GridDataItem object by performing deep copy of all properties. |
![]() | Dispose | Overloaded. |
![]() | GetObjectData | Serializes a GridDataItem object. |
![]() | SetDataFromString | Tries to convert the specified string to to a value of DataType type. |
Name | Description | |
---|---|---|
![]() | CopyDataToImage | |
![]() | OnPropertyChanged | |
![]() | raise_PropertyChanged |
Name | Description | |
---|---|---|
![]() | PropertyChanged | Raised when a property of a GridDataItem object has changed. |