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

IndexPanelStyle.Paddings Property

Gets the padding settings of the index panel.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public override 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 index panel within a ASPxTitleIndex control. The padding is the amount of space between the index panel’s boundaries and its content (index panel items).

See Also