Back to Devexpress

DateColumn.IsDateIconVisible Property

maui-devexpress-dot-maui-dot-datagrid-dot-datecolumn-c7c5753c.md

latest876 B
Original Source

DateColumn.IsDateIconVisible Property

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

csharp
public bool IsDateIconVisible { get; set; }

Property Value

TypeDescription
Boolean

true if the date icon is visible in the focused cell; otherwise, false.

|

See Also

DateColumn Class

DateColumn Members

DevExpress.Maui.DataGrid Namespace