Table of Contents

Property CustomFilter

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

CustomFilter

Gets or sets the filter to be used to exclude items from the collection of items returned by the data source .

public string CustomFilter { get; set; }

Property Value

string

Remarks

Before assigning, test if this CollectionView supports custom filtering CanCustomFilter. The actual syntax depends on the implementer of IBindingListView. ADO's DataView is a common example, see System.Data.DataView.RowFilter for its supported filter expression syntax.