Skip to main content
Tab

FileManagerFileStateStyle.Paddings Property

Gets the padding settings of files.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#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 files within ASPxFileManager control. The padding is the amount of space between the boundaries and the content of a file.

See Also