Skip to main content

Chip.IsCheckIconVisible Property

Gets or sets whether the Check icon is visible when this chip is selected.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

#Declaration

C#
public bool IsCheckIconVisible { get; set; }

#Property Value

Type Description
Boolean

true if the Check icon is visible; otherwise, false.

See Also