Skip to main content
A newer version of this page is available. .
Tab

FileManagerPanelStyle.Paddings Property

Gets the padding settings of the upload panel.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public virtual Paddings Paddings { get; }

Property Value

Type Description
Paddings

A Paddings object that contains padding settings.

Remarks

The Paddings property provides access to the padding settings defined for the upload panel within ASPxFileManager control. The padding is the amount of space between the boundaries and the content of the panel.

See Also