TcxGridLayoutView.Container Property
Provides access to the View’s layout container.
Declaration
property Container: TcxGridLayoutContainer read;
Property Value
Type | Description |
---|---|
TcxGridLayoutContainer | The Layout View’s container. |
Remarks
The grid layout container allows you to arrange data items in a manner similar to the one available in the TdxLayoutControl.
See Also