HtmlEditorDocumentSelectorToolbarSettings Members
Contains settings to control the visibility of toolbar items within the Image Selector or Document Selector.Constructors
Name | Description |
---|---|
HtmlEditorDocumentSelectorToolbarSettings(IPropertiesOwner) | Initializes a new instance of the HtmlEditorDocumentSelectorToolbarSettings class with the specified owner. |
Properties
Name | Description |
---|---|
AdaptiveToolbarImage | Gets the settings of an image displayed in an adaptive ASPxFileManager‘s toolbar, when it contains hidden items. Inherited from FileManagerSettingsToolbar. |
ExpandFolderContainerButtonSettings | Provides access to the Expand Folder Container button settings. Inherited from FileManagerSettingsToolbar. |
Items | Gets the collection of items displayed in the toolbar and provides indexed access to them. Inherited from FileManagerSettingsToolbar. |
SettingsAdaptivity | Provides access to the file manager’s adaptivity settings. Inherited from FileManagerSettingsToolbar. |
ShowCopyButton | Obsolete. Gets or sets a value that specifies whether the copy button is displayed. Inherited from FileManagerSettingsToolbar. |
ShowCreateButton | Obsolete. Gets or sets a value that specifies whether the create button is displayed. Inherited from FileManagerSettingsToolbar. |
ShowDeleteButton | Obsolete. Gets or sets a value that specifies whether the delete button is displayed. Inherited from FileManagerSettingsToolbar. |
ShowDownloadButton | Obsolete. Gets or sets a value that specifies whether the download button is displayed. Inherited from FileManagerSettingsToolbar. |
ShowFilterBox | Gets or sets a value that specifies whether the filter box is displayed. Inherited from FileManagerSettingsToolbar. |
ShowMoveButton | Obsolete. Gets or sets a value that specifies whether the move button is displayed. Inherited from FileManagerSettingsToolbar. |
ShowPath | Gets or sets a value that specifies whether the path box is displayed in the Document Selector. |
ShowPopOutImages | Gets or sets a value specifying whether pop-out images that indicate that a toolbar item has a submenu are displayed. Inherited from FileManagerSettingsToolbar. |
ShowRefreshButton | Obsolete. Gets or sets a value that specifies whether the refresh button is displayed. Inherited from FileManagerSettingsToolbar. |
ShowRenameButton | Obsolete. Gets or sets a value that specifies whether the rename button is displayed. Inherited from FileManagerSettingsToolbar. |
Visible | Specifies the visibility of the toolbar element. Inherited from FileManagerSettingsToolbar. |
Methods
Name | Description |
---|---|
Assign(PropertiesBase) | Copies the settings of the specified object to the current one. Inherited from FileManagerSettingsToolbar. |
Changed(PropertiesBase) | For internal use only. Inherited from FileManagerSettingsBase. |
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