TcxGridLayoutView.Container Property
In This Article
Provides access to the View’s layout container.
#Declaration
Delphi
property Container: TcxGridLayoutContainer read;
#Property Value
Type | Description |
---|---|
Tcx |
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