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
Gets the color palette.
public SpreadsheetColorPalette ColorPalette { get; }
The color palette.
FillsItemsSource
List<IFill>
Gets or sets the fills items source.
public List<IFill> FillsItemsSource { get; set; }
The fills items source.
Gets or sets the header.
public string Header { get; set; }
The header.
Gets or sets the is colors sort order visible.
public bool IsColorsSortOrderVisible { get; set; }
The is colors sort order visible.
Gets or sets the index of the sort.
public int RelativeIndex { get; set; }
The index of the sort.
Gets or sets the index of the selected fill.
public int SelectedFillIndex { get; set; }
The index of the selected fill.
Gets or sets the index of the selected sort.
public int SelectedRelativeIndex { get; set; }
The index of the selected sort.
Gets or sets the index of the selected sort order.
public int SelectedSortOrderIndex { get; set; }
The index of the selected sort order.
Gets or sets the type of the selected sort.
public SortType SelectedSortType { get; set; }
The type of the selected sort.
Gets the sort by items source.
public IEnumerable<int> SortByItemsSource { get; }
The sort by items source.
Gets or sets the sort order items source.
public IEnumerable<string> SortOrderItemsSource { get; set; }
The sort order items source.
Gets the sort types items source.
public IEnumerable<SortType> SortTypesItemsSource { get; }
The sort types items source.