ChipGroup.ChipCheckIcon Property
Gets or sets the Check icon.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public ImageSource ChipCheckIcon { get; set; }
Property Value
Type | Description |
---|---|
ImageSource | An object that specifies an image. |
See Also