TcxGridLayoutViewItemStyles Class
In This Article
Stores style settings of a Layout View data item.
#Declaration
Delphi
TcxGridLayoutViewItemStyles = class(
TcxCustomGridTableItemStyles
)
#Remarks
This class does not introduce any new functionality to the properties and events inherited from base classes. A TcxGridLayoutViewItemStyles
object is referenced via a Layout View data item’s Styles property.
#Inheritance
See Also