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.UI.Xaml.Editors

Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

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