TcxGridViewHandler Members
The base class for View handlers.Constructors
| Name | Description |
|---|---|
| Create(TcxCustomGridView) | Creates a TcxGridViewHandler class instance. |
| Create(TPersistent) | Initializes a new instance of the TcxInterfacedPersistent class with specified settings. Inherited from TcxInterfacedPersistent. |
Properties
| Name | Description |
|---|---|
| Control protected | Specifies the grid control owning the View. |
| Controller protected | Returns the View’s controller object. |
| DataController protected | Specifies the data controller assigned to the View. |
| GridView | Identifies the View to which the TcxGridViewHandler class provides information. |
| LookAndFeelPainter | |
| Owner | Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent. |
| Painter | |
| Site | |
| ViewData protected | Specifies the object retrieving data from a data controller and providing it to a View. |
| ViewInfo |
Methods
| Name | Description |
|---|---|
| Assign(TPersistent) | Inherited from TPersistent. |
| AssignTo(TPersistent) | Inherited from TPersistent. |
| BeginUpdate(TcxGridShowLockedStateImageMode) | Prevents a grid View from updating until the EndUpdate method is called. |
| EndUpdate | Enables updates of a View. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| GetNamePath | Inherited from TPersistent. |
| GetOwner | Inherited from TPersistent. |
| QueryInterface(TGUID,Untyped) | Inherited from TInterfacedPersistent. |
| ToString | Inherited from TObject. |
| UseRightToLeftAlignment |
See Also