TimeColumn.IsTimeIconVisible Property
Gets or sets whether the time icon is displayed in the focused cell.
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
Declaration
[XtraSerializableProperty]
public bool IsTimeIconVisible { get; set; }
Property Value
| Type | Description |
|---|---|
| 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