Skip to main content

DateColumn.PickerClearButtonVisible Property

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

Namespace: DevExpress.Maui.DataGrid

Assembly: DevExpress.Maui.DataGrid.dll

NuGet Package: DevExpress.Maui.DataGrid

Declaration

public bool PickerClearButtonVisible { get; set; }

Property Value

Type Default Description
Boolean false

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

See Also