ClassCustomFilterDialogViewModel
Represents the view model of the custom filter dialog.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class CustomFilterDialogViewModel : DialogViewModelBase<CustomFilterDialogContext>
Inheritance: objectDialogViewModelBase<CustomFilterDialogContext>CustomFilterDialogViewModel
Inherited Members
Constructors
CustomFilterDialogViewModel(CustomFilterDialogContext, Action)
Initializes a new instance of the CustomFilterDialogViewModel class.
Declaration
public CustomFilterDialogViewModel(CustomFilterDialogContext context, Action closeDialogAction)
Parameters
context
The context.
closeDialogAction
The close dialog action.
Properties
CancelCommand
Gets the cancel command.
Declaration
public ICommand CancelCommand { get; }
Property Value
The cancel command.
ComparisonOperatorItemsSource
Gets the comparison operator items source.
Declaration
public IEnumerable<ComparisonOperatorItem> ComparisonOperatorItemsSource { get; }
Property Value
IEnumerable<ComparisonOperatorItem>
The comparison operator items source.
DialogHeader
Gets the dialog header.
Declaration
public string DialogHeader { get; }
Property Value
The dialog header.
OKCommand
Gets the OK command.
Declaration
public ICommand OKCommand { get; }
Property Value
The OK command.
SelectedComparisonOperator1
Gets or sets the first selected comparison operator.
Declaration
public ComparisonOperatorItem SelectedComparisonOperator1 { get; set; }
Property Value
The first selected comparison operator.
SelectedComparisonOperator2
Gets or sets the second selected comparison operator.
Declaration
public ComparisonOperatorItem SelectedComparisonOperator2 { get; set; }
Property Value
The second selected comparison operator.
SelectedLogicalOperator
Gets or sets the selected logical operator.
Declaration
public LogicalOperator SelectedLogicalOperator { get; set; }
Property Value
LogicalOperator
The selected logical operator.
Value1
Gets or sets the first value.
Declaration
public string Value1 { get; set; }
Property Value
The first value.