Skip to main content
Tab

FileManagerItemStyleBase.Paddings Property

Gets the padding settings of items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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 padding is the amount of space between the boundaries and the content of an item. The Paddings property provides access to the padding settings defined for items within ASPxFileManager control.

See Also