ButtonInfo.IsLeft Property
In This Article
Gets or sets the button’s alignment within a TextEdit control. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Editors
Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true to align the button to the editor’s left edge; false to align the button to the editor’s right edge. |
See Also