TcxCustomMultiEditorRow.Styles Property
Represents a set of styles defining the appearance of the editor row.
Declaration
property Styles: TcxEditorRowStyles read; write;
Property Value
Type |
---|
TcxEditorRowStyles |
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