Class
SortConditionViewModel

Represents sort condition view model.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class SortConditionViewModel : NotifyPropertyChangedBase

Inheritance: objectSortConditionViewModel

Properties

ColorPalette

Gets the color palette.

Declaration

cs-api-definition
public SpreadsheetColorPalette ColorPalette { get; }

Property Value

SpreadsheetColorPalette

The color palette.

FillsItemsSource

Gets or sets the fills items source.

Declaration

cs-api-definition
public List<IFill> FillsItemsSource { get; set; }

Property Value

List<IFill>

The fills items source.

Header

Gets or sets the header.

Declaration

cs-api-definition
public string Header { get; set; }

Property Value

string

The header.

Index

Gets or sets the index.

Declaration

cs-api-definition
public int Index { get; set; }

Property Value

int

The index.

IsColorsSortOrderVisible

Gets or sets the is colors sort order visible.

Declaration

cs-api-definition
public bool IsColorsSortOrderVisible { get; set; }

Property Value

bool

The is colors sort order visible.

RelativeIndex

Gets or sets the index of the sort.

Declaration

cs-api-definition
public int RelativeIndex { get; set; }

Property Value

int

The index of the sort.

SelectedFillIndex

Gets or sets the index of the selected fill.

Declaration

cs-api-definition
public int SelectedFillIndex { get; set; }

Property Value

int

The index of the selected fill.

SelectedRelativeIndex

Gets or sets the index of the selected sort.

Declaration

cs-api-definition
public int SelectedRelativeIndex { get; set; }

Property Value

int

The index of the selected sort.

SelectedSortOrderIndex

Gets or sets the index of the selected sort order.

Declaration

cs-api-definition
public int SelectedSortOrderIndex { get; set; }

Property Value

int

The index of the selected sort order.

SelectedSortType

Gets or sets the type of the selected sort.

Declaration

cs-api-definition
public SortType SelectedSortType { get; set; }

Property Value

SortType

The type of the selected sort.

SortByItemsSource

Gets the sort by items source.

Declaration

cs-api-definition
public IEnumerable<int> SortByItemsSource { get; }

Property Value

IEnumerable<int>

The sort by items source.

SortOrderItemsSource

Gets or sets the sort order items source.

Declaration

cs-api-definition
public IEnumerable<string> SortOrderItemsSource { get; set; }

Property Value

IEnumerable<string>

The sort order items source.

SortTypesItemsSource

Gets the sort types items source.

Declaration

cs-api-definition
public IEnumerable<SortType> SortTypesItemsSource { get; }

Property Value

IEnumerable<SortType>

The sort types items source.