ASPxRichEditSettings Members
Contains the main settings of the ASPxRichEdit control.Constructors
Name | Description |
---|---|
ASPxRichEditSettings(IPropertiesOwner) | Initializes a new instance of the ASPxRichEditSettings class with specified settings. |
Properties
Name | Description |
---|---|
Authentication | Provides access to a user’s credentials used to identify editable ranges in a protected document. |
AutoCorrect | Provides access to autocorrect settings. |
Behavior | Provides access to an object that enables you to apply restrictions on different editor operations. |
Bookmarks | Provides access to bookmark settings. |
DocumentCapabilities | Provides access to document restriction settings. |
Export | Provides access to export settings. |
Fields | Provides access to field settings. |
Fonts | Provide access to font settings. |
HorizontalRuler | Provides access to options specific to the horizontal ruler element of the RichEdit. |
Printing | Provides access to printing settings. |
RangePermissions | Provides access to range permission settings. |
SpellChecker | Provides access to the spelling settings for checking the RichEdit’s content. |
Unit | Gets or sets a unit of measure used in the ASPxRichEdit. |
Views | Provides access to document view settings. |
Methods
Name | Description |
---|---|
Assign(PropertiesBase) | Copies the settings from the specified PropertiesBase object to the current object. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns the string that represents the current object. Inherited from StateManager. |
See Also