Skip to main content
All docs
V23.2

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.v23.2.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