Skip to main content
A newer version of this page is available. .

ASPxRichEditSettings.HorizontalRuler Property

Provides access to options specific to the horizontal ruler element of the RichEdit.

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v19.1.dll

Declaration

public ASPxRichEditHorizontalRulerSettings HorizontalRuler { get; }

Property Value

Type Description
ASPxRichEditHorizontalRulerSettings

A ASPxRichEditHorizontalRulerSettings class instance containing options specific to the horizontal ruler.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to HorizontalRuler
ASP.NET Controls and MVC Extensions ASPxRichEdit
.Settings.HorizontalRuler
MVCxRichEdit
.Settings.HorizontalRuler
RichEditSettings
.Settings.HorizontalRuler
ASP.NET Bootstrap Controls BootstrapRichEdit
.Settings.HorizontalRuler

Remarks

Use the ASPxRichEditHorizontalRulerSettings.Visibility property to hide or display the horizontal ruler.

See Also