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

ASPxCheckListBase.Paddings Property

Gets the padding settings of an editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public 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 outer boundary of an editor and the boundaries of its contents.

See Also