FileManagerStyles.Toolbar Property
Gets the style settings that define the appearance of the ASPxFileManager's toolbar.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public FileManagerToolbarStyle Toolbar { get; }
Public ReadOnly Property Toolbar As FileManagerToolbarStyle
Property Value
Type | Description |
---|---|
FileManagerToolbarStyle | A FileManagerToolbarStyle object that contains style settings. |
Available values:
Name | Description |
---|---|
CopyFrom(Style) | Duplicates the properties of the specified object into the current instance of the FileManagerToolbarStyle class. |
FilterTextBoxWidth | Gets or sets the width of the filter's text box. |
PathTextBoxWidth | Gets or sets the width of the path panel's text box. |
FileManagerToolbarStyle() | Initializes a new instance of the FileManagerToolbarStyle class with default settings. |
MergeWith(Style) | Combines the properties of the specified Style with the current instance of the FileManagerToolbarStyle class. |
See Also
Feedback