FileManagerStyles.UploadPanel Property
Gets the style settings that define the appearance of the upload panel.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public FileManagerPanelStyle UploadPanel { get; }
Public ReadOnly Property UploadPanel As FileManagerPanelStyle
Property Value
Type | Description |
---|---|
FileManagerPanelStyle | A FileManagerPanelStyle object that contains the style settings. |
Available values:
Name | Description |
---|---|
Wrap | This property is not in effect for the FileManagerPanelStyle class. |
VerticalAlign | This property is not in effect for the FileManagerPanelStyle class. |
HorizontalAlign | This property is not in effect for the FileManagerPanelStyle class. |
Height | Gets or sets the upload panel's height. |
Paddings | Gets the padding settings of the upload panel. |
FileManagerPanelStyle() | Initializes a new instance of the FileManagerPanelStyle class with default settings. |
See Also
Feedback