Table of Contents

Property IsLiveFiltering

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

IsLiveFiltering

Gets or sets a value that indicates whether live filtering is enabled. The value may be null if the view does not know whether live filtering is enabled. Calling the setter when CanChangeLiveFiltering is false will throw an InvalidOperationException.

public bool? IsLiveFiltering { get; set; }

Property Value

bool?