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

Represents the view model of the name manager dialog.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class NameManagerDialogViewModel : DialogViewModelBase<NameManagerDialogContext>

Inheritance: objectDialogViewModelBase<NameManagerDialogContext>NameManagerDialogViewModel

Inherited Members DialogViewModelBase<NameManagerDialogContext>.Context

Properties

Gets the close command.

C#
public ICommand CloseCommand { get; }
Property Value:

The close command.

Gets the create defined name command.

C#
public ICommand CreateDefinedName { get; }
Property Value:

The create defined name command.

Gets the delete spreadsheet name command.

C#
public ICommand DeleteSpreadsheetName { get; }
Property Value:

The delete spreadsheet name command.

Gets a value indicating whether the spreadsheet name is selected.

C#
public bool IsSpreadsheetNameSelected { get; }
Property Value:

The value indicating whether the spreadsheet name is selected.

Gets or sets the name of the selected spreadsheet.

C#
public SpreadsheetNameView SelectedSpreadsheetNameView { get; set; }
Property Value:

The name of the selected spreadsheet.

Gets the spreadsheet names.

C#
public IEnumerable<SpreadsheetNameView> SpreadsheetNameViews { get; }
Property Value:

The spreadsheet names.

Gets the update spreadsheet name command.

C#
public ICommand UpdateSpreadsheetName { get; }
Property Value:

The update spreadsheet name command.