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

TdxCustomcxControlReportLink.AreNativeStylesAvailable Property

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

#Declaration

Delphi
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