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

AccordionControlElementBase.TextPosition Property

OBSOLETE

Use HeaderTemplate.SetTextPosition instead of TextPosition

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[Obsolete("Use HeaderTemplate.SetTextPosition instead of TextPosition")]
[Browsable(false)]
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