Back to Devexpress

TdxRulerOptions Class

vcl-dxrichedit-dot-options-f27f44d7.md

latest1.2 KB
Original Source

TdxRulerOptions Class

The base class for the settings applied to the Rich Edit control’s rulers.

Declaration

delphi
TdxRulerOptions = class abstract(TdxRichEditNotificationOptions)

Remarks

This class extends its ancestor with the Visibility property that allows you to change the visibility of rulers.

The TdxHorizontalRulerOptions and TdxVerticalRulerOptions classes are derived from the TdxRulerOptions class.

Inheritance

TObject TPersistent TInterfacedPersistent TdxRichEditNotificationOptions TdxRulerOptions

See Also

TdxRulerOptions Members

dxRichEdit.Options Unit