Skip to main content

TdxGridReportLink.Styles Property

Specifies the set of styles which define the appearance aspects of the elements of the control that are associated with the current report link.

Declaration

property Styles: TdxGridReportLinkStyles read; write;

Property Value

Type
TdxGridReportLinkStyles

Remarks

Use the Styles property to designate the styles which will be used to customize the various style attributes of the grid control’s elements such as the grid’s contents, column headers, footers, band headers, etc.

To reset all the options in this set back to their default values, call the RestoreDefaults method.

See Also