Skip to main content

AccordionControlElementBase.TextPosition Property

OBSOLETE

Use HeaderTemplate.SetTextPosition instead of TextPosition

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use HeaderTemplate.SetTextPosition instead of TextPosition")]
public TextPosition TextPosition { get; set; }

Property Value

Type Description
DevExpress.XtraBars.Navigation.TextPosition

The text position relative to the image.

Remarks

Use the TextPosition property to display the text before or after the image (AccordionControlElementBase.Image or AccordionControlElementBase.ImageIndex).

See Also