TcxCustomMultiEditorRow.Styles Property
In This Article
Represents a set of styles defining the appearance of the editor row.
#Declaration
Delphi
property Styles: TcxEditorRowStyles read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
The Styles property references an object of the TcxEditorRowStyles whose properties represent styles for header (see Header) and data cells (see Content) of the editor row.
See Also