TimeColumn.IsTimeIconVisible Property
In This Article
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
C#
[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