ASPxRichEditHorizontalRulerSettings.Visibility Property
In This Article
Gets or sets whether the ruler is shown.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v24.2.dll
NuGet Package: DevExpress.Web.Office
#Declaration
[DefaultValue(RichEditRulerVisibility.Auto)]
public override RichEditRulerVisibility Visibility { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Rich |
Auto | One of the Rich |
Available values:
Name | Description |
---|---|
Auto | The ruler visibility is determined by the current view. |
Visible | The ruler is always visible. |
Hidden | The ruler is always hidden. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Visibility |
---|---|
ASPx |
|
#Remarks
The RichEditRulerVisibility enumeration values provide the following behavior for the Simple View and Print Layout modes:
Ruler in Simple View | Ruler in Print Layout | |
---|---|---|
Rich |
hidden | visible |
Rich |
visible | visible |
Rich |
hidden | hidden |
See Also