TcxTreeListCustomReportLink.OptionsRefinements Property
Options determining report refinements.
Declaration
property OptionsRefinements: TcxTreeListReportLinkOptionsRefinements read; write;
Property Value
Type |
---|
TcxTreeListReportLinkOptionsRefinements |
Remarks
The OptionsRefinements property is used to specify report refinements. This includes:
Whether to display graphics in cells as text (the OptionsRefinements.DisplayGraphicsAsText property). Additionally you can specify the text string to display instead of graphics via the OptionsRefinements.GraphicsText property.
Whether to display check boxes and radio buttons in 3D style or in flat style. Set the OptionsRefinements.FlatCheckMarks property to True to display check boxes and radio buttons as flat and to False to display them in 3D style.
After changing options you can always restore their default values using the RestoreDefaults method.
See Also