Skip to main content

DataFormDateEditorAttribute.PickerClearButtonVisible Property

Gets or sets whether the date picker displays the CLEAR button. This is a bindable property.

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public bool PickerClearButtonVisible { get; set; }

Property Value

Type Description
Boolean

true if the CLEAR button is visible; otherwise, false.

See Also