TdxCustomSpreadSheet.Styles Property
Provides access to style settings for the visual elements of the Spreadsheet or Report Designer control.
Declaration
property Styles: TdxSpreadSheetStyles read; write;
Property Value
Type |
---|
TdxSpreadSheetStyles |
Remarks
Use this property collectively with the LookAndFeel and OptionsView properties to customize the control’s appearance on the global level.
Refer to the TdxSpreadSheetStyles class description to learn about the appearance settings provided by the Styles property set.
See Also