Skip to main content

AccordionControlElementBase.HeaderControlToContextButtonsDistance Property

OBSOLETE

Use HeaderIndent instead of HeaderControlToContextButtonsDistance

Gets or sets the distance between the AccordionControlElementBase.HeaderControl and context buttons.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use HeaderIndent instead of HeaderControlToContextButtonsDistance")]
public int HeaderControlToContextButtonsDistance { get; set; }

Property Value

Type Description
Int32

The distance between the AccordionControlElementBase.HeaderControl and context buttons.

See Also