DateColumn.IsDateIconVisible Property
In This Article
Gets or sets whether the date icon is visible in the focused cell. This is a bindable property.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
#Declaration
C#
public bool IsDateIconVisible { get; set; }
#Property Value
Type | Description |
---|---|
Boolean |
|
See Also