ASPxRichEditSettings.HorizontalRuler Property
Provides access to options specific to the horizontal ruler element of the RichEdit.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v25.1.dll
NuGet Package: DevExpress.Web.Office
Declaration
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 |
|
| ASP.NET Web Forms Controls | ASPxRichEdit |
|
Remarks
Use the ASPxRichEditHorizontalRulerSettings.Visibility property to hide or display the horizontal ruler.
See Also