Interface IVisibility
Define property for visibility.
Namespace: Syncfusion.ListView.XForms
Assembly: Syncfusion.SfListView.XForms.dll
Syntax
public interface IVisibility
Properties
Visibility
Gets or sets a value indicating whether the visibility of Item is true or not.
Declaration
bool Visibility { get; set; }
Property Value
Type |
---|
System.Boolean |