IDataGridBandBase.Fixed

Syntax

Fixed: FixedState;

Description

The Fixed property determines the fixed area, in which the object is located.

Example

Sub DataGrid1OnBandBaseClick(Sender: Object; Args: IDataGridBandEventArgs);

Begin

Args.BandBase.Fixed := FixedState.Left;

End Sub DataGrid1OnBandBaseClick;

When clicking on any container or column with mouse, this element is moved to the left fixed area.

See also:

IDataGridBandBase