AccordionControlElementBase.TextPosition Property
In This Article
OBSOLETE
Use Header
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.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
DevExpress. |
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