Class FormatFontDialogViewModel
Represents the FormatFontDialog view model.
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class FormatFontDialogViewModel : DialogViewModelBase<FormatFontDialogContext>
Constructors
FormatFontDialogViewModel(FormatFontDialogContext, Action<Boolean>)
Initializes a new instance of the FormatFontDialogViewModel class.
Declaration
public FormatFontDialogViewModel(FormatFontDialogContext context, Action<bool> closeAction)
Parameters
FormatFontDialogContext
context
The context. |
System.Action<System.Boolean>
closeAction
The close action. |
Properties
CloseCommand
Gets or sets the close command.
Declaration
public ICommand CloseCommand { get; set; }
Property Value
System.Windows.Input.ICommand
The close command. |
OKCommand
Gets or sets the ok command.
Declaration
public ICommand OKCommand { get; set; }
Property Value
System.Windows.Input.ICommand
The ok command. |