Back to Devexpress

HorizontalRulerVisibleChangedEventArgs Class

aspnetcore-js-devexpress-dot-richedit-361f1021.md

latest1.0 KB
Original Source

HorizontalRulerVisibleChangedEventArgs Class

Contains data for the HorizontalRulerVisibleChanged event.

Declaration

ts
export class HorizontalRulerVisibleChangedEventArgs extends EventArgs

Remarks

The HorizontalRulerVisibleChanged event fires when horizontal ruler visibility changes. Event handlers use argument properties of the ParagraphPropertiesChangedEventArgs type.

Inheritance

EventArgs HorizontalRulerVisibleChangedEventArgs

Properties

horizontalRulerVisible Property

Specifies whether the horizontal ruler is visible.

Declaration

ts
horizontalRulerVisible: boolean

Property Value

TypeDescription
boolean

true if the horizontal ruler is visible; otherwise, false.

|