Skip to main content

TcxGridBandPosition Members

Represents the position of a band within a Banded Table View.

Constructors

Name Description
Create(TcxGridBand) Initializes a new instance of the TcxGridBandCustomOptions class with specified settings. Inherited from TcxGridBandCustomOptions.

Properties

Name Description
Band Identifies the band which owns the set of options. Inherited from TcxGridBandCustomOptions.
BandIndex Specifies the parent band of the current band.
ColIndex Specifies the horizontal position of the current band in a band row.
GridView Gets the Banded Table View which contains the current band.
ParentBand Provides access to the band that nests the current band (also called parent band).
VisibleColIndex Gets the horizontal position of the current band from amongst the visible bands.

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
ToString Inherited from TObject.
See Also