Class TopFilterDialogViewModel
Represents the view model of the top filter dialog.
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class TopFilterDialogViewModel : DialogViewModelBase<TopFilterDialogContext>
Constructors
TopFilterDialogViewModel(TopFilterDialogContext, Action)
Initializes a new instance of the TopFilterDialogViewModel class.
Declaration
public TopFilterDialogViewModel(TopFilterDialogContext context, Action closeDialogAction)
Parameters
TopFilterDialogContext
context
The context. |
System.Action
closeDialogAction
The close dialog action. |
Properties
CancelCommand
Gets the cancel command.
Declaration
public ICommand CancelCommand { get; }
Property Value
System.Windows.Input.ICommand
The cancel command. |
DialogHeader
Gets the dialog header.
Declaration
public string DialogHeader { get; }
Property Value
System.String
The dialog header. |
ItemsPercentItemsSource
Gets the items items / percent items source.
Declaration
public IEnumerable<ItemsPercentFilterType> ItemsPercentItemsSource { get; }
Property Value
System.Collections.Generic.IEnumerable<ItemsPercentFilterType>
The items items / percent items source. |
OKCommand
Gets the OK command.
Declaration
public ICommand OKCommand { get; }
Property Value
System.Windows.Input.ICommand
The OK command. |
SelectedItemsPercent
Gets or sets the selected items / percent choice.
Declaration
public ItemsPercentFilterType SelectedItemsPercent { get; set; }
Property Value
ItemsPercentFilterType
The selected items / percent choice. |
SelectedTopBottom
Gets or sets the selected top / bottom item.
Declaration
public TopBottomFilterType SelectedTopBottom { get; set; }
Property Value
TopBottomFilterType
The selected top / bottom item. |
SelectedValue
Gets or sets the selected value.
Declaration
public int SelectedValue { get; set; }
Property Value
System.Int32
The selected value. |
TopBottomItemsSource
Gets the top / bottom items source.
Declaration
public IEnumerable<TopBottomFilterType> TopBottomItemsSource { get; }
Property Value
System.Collections.Generic.IEnumerable<TopBottomFilterType>
The top / bottom items source. |