RichEditDocumentSelectorSettings Members
Contains settings that are related to the Document Selector used within the file dialogs.Constructors
Name | Description |
---|---|
RichEditDocumentSelectorSettings(IPropertiesOwner) | Initializes a new instance of the RichEditDocumentSelectorSettings class with the specified owner. |
Properties
Name | Description |
---|---|
CommonSettings | Provides access to the main settings of the FileManager embedded into built-in file dialogs. |
CustomCommand | Gets or sets the name of a custom command. |
EditingSettings | Provides access to the editing settings of the FileManager embedded into built-in file dialogs. |
FileListSettings | Provides access to the file list’s settings of the FileManager embedded into built-in file dialogs. |
FoldersSettings | Provides access to the folder container’s settings of the FileManager embedded into built-in file dialogs. |
PermissionSettings | Provides access to permission settings that relate to the FileManager used in some built-in File Dialogs. |
RootFolderUrlPath | Obsolete. Gets or sets a value that specifies the correct relative URL path to a root folder whose physical path is defined via the FileManagerSettings.RootFolder property of the Document Selector. |
ToolbarSettings | Provides access to the toolbar item visibility settings of the FileManager embedded into built-in file dialogs. |
UploadSettings | Provides access to the upload panel’s settings of the FileManager embedded into built-in file dialogs. |
Methods
Name | Description |
---|---|
Assign(PropertiesBase) | Copies the settings from the specified object to the current one. |
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