Back to Devexpress

TimeColumn.IsTimeIconVisible Property

maui-devexpress-dot-maui-dot-datagrid-dot-timecolumn-3dced121.md

latest1.1 KB
Original Source

TimeColumn.IsTimeIconVisible Property

Gets or sets whether the time icon is displayed 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 IsTimeIconVisible { get; set; }

Property Value

TypeDescription
Boolean

true if the time icon is displayed in the focused cell; otherwise, false.

|

Remarks

Set the IsTimeIconVisible property to true to display the time icon in the focused cell.

See Also

TimeColumn Class

TimeColumn Members

DevExpress.Maui.DataGrid Namespace