Class
FormatFontDialogViewModel

Represents the FormatFontDialog view model.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class FormatFontDialogViewModel : DialogViewModelBase<FormatFontDialogContext>

Inheritance: objectDialogViewModelBase<FormatFontDialogContext>FormatFontDialogViewModel

Inherited Members DialogViewModelBase<FormatFontDialogContext>.Context

Constructors

FormatFontDialogViewModel(FormatFontDialogContext, Action<bool>)

Initializes a new instance of the FormatFontDialogViewModel class.

Declaration

cs-api-definition
public FormatFontDialogViewModel(FormatFontDialogContext context, Action<bool> closeAction)

Parameters

context

FormatFontDialogContext

The context.

closeAction

Action<bool>

The close action.

Properties

CloseCommand

Gets or sets the close command.

Declaration

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

Property Value

ICommand

The close command.

OKCommand

Gets or sets the ok command.

Declaration

cs-api-definition
public ICommand OKCommand { get; set; }

Property Value

ICommand

The ok command.