AccordionControlElementBase.TextPosition Property
OBSOLETE
Use HeaderTemplate.SetTextPosition instead of TextPosition
Gets or sets the position of the AccordionControlElementBase.Text relative to the image (AccordionControlElementBase.Image or AccordionControlElementBase.ImageIndex).
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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