BCGControlBar Library for .NET
GridDataItem Class Members
Properties  Methods  Events


The following tables list the members exposed by GridDataItem.

Public Constructors
 NameDescription
Public ConstructorGridDataItem ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyCellMergeInfoKeeps information required for "merged cells" feature.  
Public PropertyColumnDataIndexGets index of a GridDataItem object in the GridDataRow.ItemCollection collection.  
Public PropertyDataImageGets ItemData as image.  
Public PropertyDataTypeSpecifies type of data stored in ItemData.  
Public PropertyDisabledCurrently not implemented. Use ReadOnly property to prevent editing of data items.  
Public PropertyEnableRedrawCellContentOnStateChangeGets or sets a value that enables refresh of a cell that displays this data item when cell's state changes.  
Public PropertyFilteredGets or sets a value that indicates whether a row where data item is located is filtered out.  
Public PropertyFocusedGets or set a value tha indicates whether a data item is focused or not.  
Public PropertyHideTooltipsGets or sets a value indicating that tooltips should be hidden always.  
Public PropertyIsDBNullGest a value that indicates whether an encapsulated data is DBNull.  
Public PropertyIsEmptyGets a value that indicates whether a data item is empty.  
Public PropertyItemDataGets or sets the data.  
Public PropertyReadOnlyGets or sets a value that indicates that an item is read only.  
Public PropertyRowGets or sets a back reference to GridDataRow where a GridDataItem is located.  
Public PropertySelectedGets or sets a value that indicates that a data item is selected.  
Public PropertyShowTooltipsAlwaysGets or set a value that indicates whether to show tooltips always or only when visual representation of data is truncated.  
Public PropertyTag  
Public PropertyUpdatedGets or sets a value that indicates whether the data is updated.  
Public PropertyVisualStyleGets or sets data item's Visual Style.  
Top
Public Methods
 NameDescription
Public MethodCloneClones a GridDataItem object by performing deep copy of all properties.  
Public MethodDisposeOverloaded.   
Public MethodGetObjectDataSerializes a GridDataItem object.  
Public MethodSetDataFromStringTries to convert the specified string to to a value of DataType type.  
Top
Protected Methods
Public Events
 NameDescription
Public EventPropertyChangedRaised when a property of a GridDataItem object has changed.  
Top
See Also

Reference

GridDataItem Class
BCGSoft.Controls.Grid Namespace

Send Feedback