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

ASPxTreeList.Paddings Property

Gets the control’s padding settings.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v19.1.dll

Declaration

public 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 which are defined by the ASPxTreeList. Paddings defined at the control level are considered to be the amount of space between the outer boundary of the control and the boundaries of its contents.

See Also