Back to Devexpress

ASPxRichEditHorizontalRulerSettings Class

aspnet-devexpress-dot-web-dot-aspxrichedit-9126964b.md

latest2.1 KB
Original Source

ASPxRichEditHorizontalRulerSettings Class

Represents the class containing options for the horizontal ruler.

Namespace : DevExpress.Web.ASPxRichEdit

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

NuGet Package : DevExpress.Web.Office

Declaration

csharp
public class ASPxRichEditHorizontalRulerSettings :
    HorizontalRulerOptions,
    ISettingsWithExternalStateManager
vb
Public Class ASPxRichEditHorizontalRulerSettings
    Inherits HorizontalRulerOptions
    Implements ISettingsWithExternalStateManager

The following members return ASPxRichEditHorizontalRulerSettings objects:

Remarks

An instance of the ASPxRichEditHorizontalRulerSettings class is accessible via the ASPxRichEditSettings.HorizontalRuler property.

Implements

INotifyPropertyChanged

Inheritance

Object ViewStatePersisterCore BaseOptions RichEditNotificationOptions RulerOptions HorizontalRulerOptions ASPxRichEditHorizontalRulerSettings

See Also

ASPxRichEditHorizontalRulerSettings Members

DevExpress.Web.ASPxRichEdit Namespace