TcxGridLayoutViewStyles.Item Property
In This Article
Specifies the style for the card’s layout items.
#Declaration
Delphi
property Item: TcxStyle index vsItem read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
The style for a certain layout item can be specified using the OnGetItemStyle event.
See Also