Skip to main content

TextColumnBase.ClearIconVisibility Property

Gets or sets when the clear icon is visible.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

Declaration

[XtraSerializableProperty]
public IconVisibility ClearIconVisibility { get; set; }

Property Value

Type Description
IconVisibility

A value that specifies icon visibility.

Available values:

Name
Never
Always
Auto

Remarks

In Auto mode, the icon is displayed only when a cell contains a value.

See Also