Property Filter
Filter
Interface for filtering which lines of the tree are displayed e.g. to provide text searching. Defaults to null (no filtering).
public ITreeViewFilter<T>? Filter { get; set; }
Interface for filtering which lines of the tree are displayed e.g. to provide text searching. Defaults to null (no filtering).
public ITreeViewFilter<T>? Filter { get; set; }