Skip to main content
All docs
V25.1
  • AccordionContextItemCollectionOptions.CenterPanelPadding Property

    The AccordionControl does not support context item panel padding.

    Namespace: DevExpress.XtraBars.Navigation

    Assembly: DevExpress.XtraBars.v25.1.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