ClassSortConditionViewModel
Represents sort condition view model.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class SortConditionViewModel : NotifyPropertyChangedBase
Inheritance: objectSortConditionViewModel
Properties
ColorPalette
Gets the color palette.
Declaration
public SpreadsheetColorPalette ColorPalette { get; }
Property Value
The color palette.
FillsItemsSource
Gets or sets the fills items source.
Declaration
public List<IFill> FillsItemsSource { get; set; }
Property Value
List<IFill>
The fills items source.
Header
Gets or sets the header.
Index
Gets or sets the index.
IsColorsSortOrderVisible
Gets or sets the is colors sort order visible.
Declaration
public bool IsColorsSortOrderVisible { get; set; }
Property Value
The is colors sort order visible.
RelativeIndex
Gets or sets the index of the sort.
Declaration
public int RelativeIndex { get; set; }
Property Value
The index of the sort.
SelectedFillIndex
Gets or sets the index of the selected fill.
Declaration
public int SelectedFillIndex { get; set; }
Property Value
The index of the selected fill.
SelectedRelativeIndex
Gets or sets the index of the selected sort.
Declaration
public int SelectedRelativeIndex { get; set; }
Property Value
The index of the selected sort.
SelectedSortOrderIndex
Gets or sets the index of the selected sort order.
Declaration
public int SelectedSortOrderIndex { get; set; }
Property Value
The index of the selected sort order.
SelectedSortType
Gets or sets the type of the selected sort.
Declaration
public SortType SelectedSortType { get; set; }
Property Value
The type of the selected sort.
SortByItemsSource
Gets the sort by items source.
Declaration
public IEnumerable<int> SortByItemsSource { get; }
Property Value
The sort by items source.
SortOrderItemsSource
Gets or sets the sort order items source.
Declaration
public IEnumerable<string> SortOrderItemsSource { get; set; }
Property Value
The sort order items source.
SortTypesItemsSource
Gets the sort types items source.
Declaration
public IEnumerable<SortType> SortTypesItemsSource { get; }
Property Value
The sort types items source.