Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

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

Property Value

Type Description
Int32

The distance between the AccordionControlElementBase.HeaderControl and context buttons.

See Also