BarEditItem.CaptionAlignment Property
Gets or sets the alignment of the item's caption relative to the edit box.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v20.2.dll
Declaration
[DefaultValue(HorzAlignment.Default)]
public HorzAlignment CaptionAlignment { get; set; }
<DefaultValue(HorzAlignment.Default)>
Public Property CaptionAlignment As HorzAlignment
Property Value
Type | Default | Description |
---|---|---|
HorzAlignment | Default |
A HorzAlignment value that specifies the caption's alignment. |
Remarks
This option is in effect when the bar item is used within a RibbonControl. In regular bars, this option is not in effect.
See Also
Feedback