Class
NameManagerDialogViewModel

Represents the view model of the name manager dialog.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class NameManagerDialogViewModel : DialogViewModelBase<NameManagerDialogContext>

Inheritance: objectDialogViewModelBase<NameManagerDialogContext>NameManagerDialogViewModel

Inherited Members DialogViewModelBase<NameManagerDialogContext>.Context

Properties

CloseCommand

Gets the close command.

Declaration

cs-api-definition
public ICommand CloseCommand { get; }

Property Value

ICommand

The close command.

CreateDefinedName

Gets the create defined name command.

Declaration

cs-api-definition
public ICommand CreateDefinedName { get; }

Property Value

ICommand

The create defined name command.

DeleteSpreadsheetName

Gets the delete spreadsheet name command.

Declaration

cs-api-definition
public ICommand DeleteSpreadsheetName { get; }

Property Value

ICommand

The delete spreadsheet name command.

IsSpreadsheetNameSelected

Gets a value indicating whether the spreadsheet name is selected.

Declaration

cs-api-definition
public bool IsSpreadsheetNameSelected { get; }

Property Value

bool

The value indicating whether the spreadsheet name is selected.

SelectedSpreadsheetNameView

Gets or sets the name of the selected spreadsheet.

Declaration

cs-api-definition
public SpreadsheetNameView SelectedSpreadsheetNameView { get; set; }

Property Value

SpreadsheetNameView

The name of the selected spreadsheet.

SpreadsheetNameViews

Gets the spreadsheet names.

Declaration

cs-api-definition
public IEnumerable<SpreadsheetNameView> SpreadsheetNameViews { get; }

Property Value

IEnumerable<SpreadsheetNameView>

The spreadsheet names.

UpdateSpreadsheetName

Gets the update spreadsheet name command.

Declaration

cs-api-definition
public ICommand UpdateSpreadsheetName { get; }

Property Value

ICommand

The update spreadsheet name command.