Class SortConditionViewModel
Represents sort condition view model.
Inheritance
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class SortConditionViewModel : NotifyPropertyChangedBase
Properties
ColorPalette
Gets the color palette.
Declaration
public SpreadsheetColorPalette ColorPalette { get; }
Property Value
SpreadsheetColorPalette
The color palette. |
FillsItemsSource
Gets or sets the fills items source.
Declaration
public List<IFill> FillsItemsSource { get; set; }
Property Value
System.Collections.Generic.List<Telerik.Windows.Documents.Spreadsheet.Model.IFill>
The fills items source. |
Header
Gets or sets the header.
Declaration
public string Header { get; set; }
Property Value
System.String
The header. |
Index
Gets or sets the index.
Declaration
public int Index { get; set; }
Property Value
System.Int32
The index. |
IsColorsSortOrderVisible
Gets or sets the is colors sort order visible.
Declaration
public bool IsColorsSortOrderVisible { get; set; }
Property Value
System.Boolean
The is colors sort order visible. |
RelativeIndex
Gets or sets the index of the sort.
Declaration
public int RelativeIndex { get; set; }
Property Value
System.Int32
The index of the sort. |
SelectedFillIndex
Gets or sets the index of the selected fill.
Declaration
public int SelectedFillIndex { get; set; }
Property Value
System.Int32
The index of the selected fill. |
SelectedRelativeIndex
Gets or sets the index of the selected sort.
Declaration
public int SelectedRelativeIndex { get; set; }
Property Value
System.Int32
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
System.Int32
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
SortType
The type of the selected sort. |
SortByItemsSource
Gets the sort by items source.
Declaration
public IEnumerable<int> SortByItemsSource { get; }
Property Value
System.Collections.Generic.IEnumerable<System.Int32>
The sort by items source. |
SortOrderItemsSource
Gets or sets the sort order items source.
Declaration
public IEnumerable<string> SortOrderItemsSource { get; set; }
Property Value
System.Collections.Generic.IEnumerable<System.String>
The sort order items source. |
SortTypesItemsSource
Gets the sort types items source.
Declaration
public IEnumerable<SortType> SortTypesItemsSource { get; }
Property Value
System.Collections.Generic.IEnumerable<SortType>
The sort types items source. |