Class DataCollectionFilterEventArgs
- Namespace
- BlazOrbit.Components
- Assembly
- BlazOrbit.dll
Provides data for the filter changed event in data collection components.
public sealed class DataCollectionFilterEventArgs : EventArgs
- Inheritance
-
objectEventArgsDataCollectionFilterEventArgs
Constructors
DataCollectionFilterEventArgs()
public DataCollectionFilterEventArgs()
Properties
FilterText
The text used to filter the data collection.
public required string FilterText { get; init; }
Property Value
- string