ButtonInfo.IsLeft Property
In This Article
Gets or sets the button’s alignment within a TextEdit control. This is a dependency property.
Namespace: DevExpress.WinUI.Editors
Assembly: DevExpress.WinUI.Editors.v23.2.dll
NuGet Package: DevExpress.WinUI
#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