TdxCustomReportLinkStyles.StylesByCaption Property
Provides access to a specific painting style by its caption within the set of styles.
Declaration
property StylesByCaption[const Caption: string]: TcxStyle read; write;
Property Value
Type |
---|
TcxStyle |
Remarks
Use the StylesByCaption property to add or retrieve a specific painting style to/from the report link’s set of styles by its caption, which is specified by the Caption parameter.
See Also