ASPxRichEditSettings.HorizontalRuler Property
Provides access to options specific to the horizontal ruler element of the RichEdit.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v24.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 Web Forms Controls | ASPxRichEdit |
|
ASP.NET MVC Extensions | RichEditSettings |
|
Remarks
Use the ASPxRichEditHorizontalRulerSettings.Visibility property to hide or display the horizontal ruler.
See Also