New to Telerik UI for WPFStart a free 30-day trial

Represents sort condition view model.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class SortConditionViewModel : NotifyPropertyChangedBase

Inheritance: objectSortConditionViewModel

Properties

Gets the color palette.

C#
public SpreadsheetColorPalette ColorPalette { get; }
Property Value:

The color palette.

Gets or sets the fills items source.

C#
public List<IFill> FillsItemsSource { get; set; }
Property Value:

The fills items source.

Gets or sets the header.

C#
public string Header { get; set; }
Property Value:

The header.

Gets or sets the index.

C#
public int Index { get; set; }
Property Value:

The index.

Gets or sets the is colors sort order visible.

C#
public bool IsColorsSortOrderVisible { get; set; }
Property Value:

The is colors sort order visible.

Gets or sets the index of the sort.

C#
public int RelativeIndex { get; set; }
Property Value:

The index of the sort.

Gets or sets the index of the selected fill.

C#
public int SelectedFillIndex { get; set; }
Property Value:

The index of the selected fill.

Gets or sets the index of the selected sort.

C#
public int SelectedRelativeIndex { get; set; }
Property Value:

The index of the selected sort.

Gets or sets the index of the selected sort order.

C#
public int SelectedSortOrderIndex { get; set; }
Property Value:

The index of the selected sort order.

Gets or sets the type of the selected sort.

C#
public SortType SelectedSortType { get; set; }
Property Value:

The type of the selected sort.

Gets the sort by items source.

C#
public IEnumerable<int> SortByItemsSource { get; }
Property Value:

The sort by items source.

Gets or sets the sort order items source.

C#
public IEnumerable<string> SortOrderItemsSource { get; set; }
Property Value:

The sort order items source.

Gets the sort types items source.

C#
public IEnumerable<SortType> SortTypesItemsSource { get; }
Property Value:

The sort types items source.