Skip to main content

TcxGridBandRow Members

Represents a row in a band.

Constructors

Name Description
Create(TcxGridBandRows) Initializes a new instance of the TcxGridBandRow class with specified settings.

Properties

Name Description
BandRows Specifies a collection of rows within a band to which the current TcxGridBandRow object belongs.
Count Specifies the number of columns contained within the current row.
Index Specifies the position of the row within a row collection to which it belongs.
IsFirst Specifies whether the row is displayed at the top of a band.
IsLast Specifies whether the row is displayed last within a band.
Items Provides the indexed access to columns assigned to the current row.
LineCount Returns the number of lines occupied by the current row.
LineOffset Gets the number of lines in a band which precede the current row.
Visible Specifies whether the current row is visible.
VisibleCount Specifies the number of visible columns assigned to a row.
VisibleIndex Specifies the position of the current row among visible band rows.
VisibleItems Specifies a collection of visible columns displayed in the current row.

Methods

Name Description
ApplyBestFit(Boolean,Boolean)
Delete(Integer)
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
IndexOf(TcxGridBandedColumn) Returns the index of a given column.
Insert(Integer,TcxGridBandedColumn)
Move(Integer,Integer)
ToString Inherited from TObject.
See Also