Skip to main content

ButtonInfo.IsLeft Property

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

[DP(false, Handler = "IsLeftChanged")]
public bool IsLeft { get; set; }

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