Skip to main content

TdxCustomcxControlReportLink.AreNativeStylesAvailable Property

Indicates whether native styles can be used to define the appearance of the control associated with the current report link.

Declaration

property AreNativeStylesAvailable: Boolean read;

Property Value

Type
Boolean

Remarks

Use the AreNativeStylesAvailable property to determine whether native styles can be used to define the appearance of the control associated with the current report link. The AreNativeStylesAvailable property has a value of True when native styles are available for painting the control and a value of False, otherwise. Descendants of the TdxCustomcxControlReportLink class override this property. By default, this property returns False as a result.

See Also