Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

Delphi
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