Skip to main content

DateColumn.IsDateIconVisible Property

Gets or sets whether the date icon is visible in the focused cell.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

Declaration

[XtraSerializableProperty]
public bool IsDateIconVisible { get; set; }

Property Value

Type Description
Boolean

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

See Also