ASPxRichEditSettings.HorizontalRuler Property
In This Article
Provides access to options specific to the horizontal ruler element of the RichEdit.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v24.2.dll
NuGet Package: DevExpress.Web.Office
#Declaration
public ASPxRichEditHorizontalRulerSettings HorizontalRuler { get; }
#Property Value
Type | Description |
---|---|
ASPx |
A ASPx |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Horizontal |
---|---|---|
ASP. |
Rich |
|
ASP. |
ASPx |
|
#Remarks
Use the ASPxRichEditHorizontalRulerSettings.Visibility property to hide or display the horizontal ruler.
See Also