Skip to main content
All docs
V26.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.v26.1.dll

    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