BCGControlBar Library for .NET
GridDataRow Class Members
Fields  Properties  Methods  Events


The following tables list the members exposed by GridDataRow.

Public Constructors
 NameDescription
Public ConstructorGridDataRow ConstructorOverloaded.   
Top
Protected Fields
Public Properties
 NameDescription
Public PropertyAutoExpandItemCollectionGets a value that indicates whether item collection is automatically expanded.  
Public PropertyAutoFitContentGets or sets a value that indicates whether the row height automatically adjusted to fit the content.  
Public PropertyCollapsedGets or sets a value that indicates whether the row is collapsed or not.  
Public PropertyContentHeightGets or sets content height.  
Public PropertyDataBoundRowGets or sets a DataRow object. Used in DBGrid.  
Public PropertyDataTypeGets or sets row data type.  
Public PropertyEnablePreviewPaneGets or sets a value that indicates whether a row displays Preview Pane.  
Public PropertyEnableRedrawCellContentOnStateChangeGets or sets  a value that enables redraw content of cells in a row when their state is changed.  
Public PropertyFilteredGets or sets a value that indicates whether a row is filtered out or not.  
Public PropertyHeightGets or sets row height.  
Public PropertyIndexOnRemoveUsed internally. Specifies recent index of a row in GridData.RowCollection when the row has been removed from collection.  
Public PropertyIsNewRowGets or sets a value that indicates whether a row is a "new row".  
Public PropertyIsParentCollapsedGets a value that indicated whether parent row is collapsed or expanded. Usable in Group Mode only.  
Public PropertyItemCollectionGets a collection of GridDataItem objects.  
Public PropertyLevelGets or sets row level in group mode. Used internally.  
Public PropertyNumberOfPreviewRowsGets or sets the number of rows displayed in Preview Pane.  
Public PropertyOffsetInternal.  
Public PropertyParentDataBack reference to GridData.  
Public PropertyParentNodeGets or sets parent node (parent group row) in Group Mode.  
Public PropertyPendingContentHeightInternal.  
Public PropertyPreviewDataGets or sets the data to be displayed in the Preview Pane.  
Public PropertyPreviewHeightGets Preview Pane height.  
Public PropertyPreviewVisualStyleGets or sets Visual Style of Preview Pane.  
Public PropertyPropertyWasChangedIndicates that some property of row was changed.  
Public PropertyReadOnlyGets or sets a value that indicates whether a row is read only.  
Public PropertySelectedGets or sets a value that indicates whether a row is selected.  
Public PropertySelectedItemCountGets the number of GridDataItem objects with Selected property set to true.  
Public PropertySortIndexesGets or sets a collection of data indexes to sort by.  
Public PropertyUserDefinedDataGets or sets some user-defined data.  
Public PropertyVisibleGets or sets a value indicating whether a row is visible or not.  
Public PropertyVisibleIndexInternal.  
Public PropertyVisualStyleGets or sets row visual style.  
Top
Public Methods
 NameDescription
Public MethodCommonInitInitializes common properties.  
Public MethodCompareToCompares a row to other row.  
Public MethodContainsItemChecks whether ItemCollection contains the specified item.  
Public MethodDisposeOverloaded.   
Public MethodGetPrevHeightInternal.  
Public MethodSetCachedPreviewHeightInternal.  
Public MethodSetRowInfoInternal.  
Top
Protected Methods
Public Events
 NameDescription
Public EventPropertyChangedRaised when a property changes.  
Top
See Also

Reference

GridDataRow Class
BCGSoft.Controls.Grid Namespace

Send Feedback