Skip to main content

TcxGridBands.GetFirstVisibleRootIndex(TcxGridBandFixedKind) Method

Returns the position of the first visible band in the current collection by its fixed kind.

Declaration

function GetFirstVisibleRootIndex(AFixedKind: TcxGridBandFixedKind): Integer;

Parameters

Name Type
AFixedKind TcxGridBandFixedKind

Returns

Type
Integer

Remarks

Use the GetFirstVisibleRootIndex method to obtain the position of the first visible band in the current band collection. The AFixedKind parameter specifies the fixed kind of the band to search for.

For more information about fixed bands, see the Bands and the Band.FixedKind topics.

See Also