Property IsLiveFiltering
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.
bool? IsLiveFiltering { get; set; }
Property Value
- bool?