TextEdit.ShowDefaultButtons Property
Gets or sets whether the editor’s default buttons are displayed. 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 display the editor’s default buttons; otherwise, false. |
Remarks
Use the ShowDefaultButtons property to control whether the default button that relates to an editor’s functionality (such as the clear button of a TextEdit) is displayed within the editor.
Custom buttons whose ButtonInfo.IsDefault property is set to true are not affected by the ShowDefaultButtons property.
See Also