Back to Devexpress

IPrintLayoutViewSettings Interface

aspnetcore-js-devexpress-dot-richedit-28f6c841.md

latest441 B
Original Source

IPrintLayoutViewSettings Interface

Declares the Print Layout view mode’s settings.

Declaration

ts
export interface IPrintLayoutViewSettings

Properties

showHorizontalRuler Property

Specifies whether the horizontal ruler is shown.

Declaration

ts
showHorizontalRuler?: boolean

Property Value

TypeDescription
boolean

true to show the ruler; otherwise, false.

|