TcxGridFixedDataRowsOptions Members
Stores fixed data row settings.Constructors
Name | Description |
---|---|
Create(TcxCustomGridView) | Initializes a new instance of the TcxCustomGridOptions class with specified settings. Inherited from TcxCustomGridOptions. |
Create(TPersistent) | Initializes a new instance of the TcxInterfacedPersistent class with specified settings. Inherited from TcxInterfacedPersistent. |
Properties
Name | Description |
---|---|
GridView | Provides access to the parent grid Table View. |
Owner | Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent. |
PinClickAction | Specifies the action associated with a click on a data row pin. |
PinSize | Specifies pixel dimensions of a data row pin. |
PinVisibility | Specifies the row pin display mode. |
SeparatorColor | Specifies the color of the separator between scrollable and fixed row areas. |
SeparatorWidth | Specifies the width of the separator between scrollable and fixed row areas, in pixels. |
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. |
GetSeparatorColor | Returns the actual color of the separator between scrollable and fixed row areas. |
QueryInterface(TGUID,Untyped) | Inherited from TInterfacedPersistent. |
ToString | Inherited from TObject. |
See Also