Skip to main content

AccordionContextItemCollectionOptions.CenterPanelPadding Property

The AccordionControl does not support context item panel padding.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override Padding CenterPanelPadding { get; set; }

Property Value

Type Description
Padding

Center panel padding.

Property Paths

You can access this nested property as listed below:

Object Type Path to CenterPanelPadding
AccordionControl
.ContextButtonsOptions .CenterPanelPadding
See Also