The DataGridFilterViewModel type exposes the following members.

Constructors

  NameDescription
Public methodDataGridFilterViewModel(DataGridColumnViewModel)
Initializes a new instance of the DataGridFilterViewModel class.
Public methodDataGridFilterViewModel(DataGridColumnViewModel, CultureInfo)
Initializes a new instance of the DataGridFilterViewModel class.

Methods

  NameDescription
Public methodCreateAvailableFilterOperatorOptions
Create filter operators for given ValueType
Public methodCreateDefaultFilters
Create default filters - DataFilterGroup with three data filters
Public methodCreateEqualityFilterOperatorOptions
Creates equality filter operators
Public methodDispose
Releases unmanaged and - optionally - managed resources.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetPropertyName``1 (Inherited from BindableObject.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsFilterOperatorUnary
Gets whether is the filter operator unary
Protected methodOnPropertyChanged(String) (Inherited from BindableObject.)
Protected methodOnPropertyChanged``1(Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>)) (Inherited from BindableObject.)
Protected methodSetAndNotify``1(UMP%, UMP, Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>)) (Inherited from BindableObject.)
Protected methodSetAndNotify``1(UMP%, UMP, String) (Inherited from BindableObject.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyColumn
Gets or sets the attached column view model.
Public propertyCulture
Passed culture
Public propertyDefaultFilterOperator
Gets or sets the default filter operator.
Public propertyExecuteClearFilter
Gets the execute clear filter.
Public propertyExecuteFilter
Gets the execute filter.
Public propertyFilter
Gets or sets the filter.
Public propertyFilterOperatorOptions
Filter options used when options have to be changed dynamically according the data type
Public propertyIsDisposed
Gets a value indicating whether this instance is disposed.
Public propertyOptions
Gets or sets the options.
Public propertySelectedItems
Gets or sets collection of selection options for basic filter.
Public propertyShowAdvanceFilters
Gets a value indicating whether to show advanced filters.

Events

  NameDescription
Public eventPropertyChanged (Inherited from BindableObject.)

See Also