Skip to main content
All docs
V24.1

AccordionContentContainer.Padding Property

Gets or sets the amount of empty space between the container’s bounds and contents.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Appearance")]
public Padding Padding { get; set; }

Property Value

Type Description
Padding

A value that specifies the amount of empty space between the container’s bounds and contents.

See Also