Skip to main content

ASPxRichEditSettings.HorizontalRuler Property

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

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v23.2.dll

NuGet Package: DevExpress.Web.Office

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 MVC Extensions RichEditSettings
.Settings .HorizontalRuler
ASP.NET Web Forms Controls ASPxRichEdit
.Settings .HorizontalRuler

Remarks

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

See Also