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 Format
Declaration
public FormatFontDialogViewModel(FormatFontDialogContext context, Action<bool> closeAction)
Parameters
Format The context. |
System. The close action. |
Properties
CloseCommand
Gets or sets the close command.
Declaration
public ICommand CloseCommand { get; set; }
Property Value
System. The close command. |
OKCommand
Gets or sets the ok command.
Declaration
public ICommand OKCommand { get; set; }
Property Value
System. The ok command. |