The DataGridFilterViewModel type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DataGridFilterViewModel(DataGridColumnViewModel) |
Initializes a new instance of the DataGridFilterViewModel class.
|
![]() | DataGridFilterViewModel(DataGridColumnViewModel, CultureInfo) |
Initializes a new instance of the DataGridFilterViewModel class.
|
Methods
Name | Description | |
---|---|---|
![]() | CreateAvailableFilterOperatorOptions |
Create filter operators for given ValueType
|
![]() | CreateDefaultFilters |
Create default filters - DataFilterGroup with three data filters
|
![]() | CreateEqualityFilterOperatorOptions |
Creates equality filter operators
|
![]() | Dispose |
Releases unmanaged and - optionally - managed resources.
|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetPropertyName``1 | (Inherited from BindableObject.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsFilterOperatorUnary |
Gets whether is the filter operator unary
|
![]() | OnPropertyChanged(String) | (Inherited from BindableObject.) |
![]() | OnPropertyChanged``1(Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>)) | (Inherited from BindableObject.) |
![]() | SetAndNotify``1(UMP%, UMP, Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>)) | (Inherited from BindableObject.) |
![]() | SetAndNotify``1(UMP%, UMP, String) | (Inherited from BindableObject.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Column |
Gets or sets the attached column view model.
|
![]() | Culture |
Passed culture
|
![]() | DefaultFilterOperator |
Gets or sets the default filter operator.
|
![]() | ExecuteClearFilter |
Gets the execute clear filter.
|
![]() | ExecuteFilter |
Gets the execute filter.
|
![]() | Filter |
Gets or sets the filter.
|
![]() | FilterOperatorOptions |
Filter options used when options have to be changed dynamically according the data type
|
![]() | IsDisposed |
Gets a value indicating whether this instance is disposed.
|
![]() | Options |
Gets or sets the options.
|
![]() | SelectedItems |
Gets or sets collection of selection options for basic filter.
|
![]() | ShowAdvanceFilters |
Gets a value indicating whether to show advanced filters.
|
Events
Name | Description | |
---|---|---|
![]() | PropertyChanged | (Inherited from BindableObject.) |