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

TdxRulerOptions.Visibility Property

Specifies the ruler visibility mode.

#Declaration

Delphi
property Visibility: TdxRichEditRulerVisibility read; write; default DefaultVisibility;

#Property Value

Type Default
TdxRichEditRulerVisibility DefaultVisibility

#Remarks

Use this property to change ruler display conditions. By default, the visibility of a particular ruler is affected by the currently active document View. Refer to the TdxRichEditRulerVisibility type description for information on ruler display modes.

The default value of the Visibility property is TdxRichEditRulerVisibility.Auto.

See Also