Represents the FormatFontDialog view model.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public class FormatFontDialogViewModel : DialogViewModelBase<FormatFontDialogContext>
Inheritance: objectDialogViewModelBase<FormatFontDialogContext>FormatFontDialogViewModel
Inherited Members
Constructors
Initializes a new instance of the FormatFontDialogViewModel class.
C#
public FormatFontDialogViewModel(FormatFontDialogContext context, Action<bool> closeAction)
The context.
closeActionAction<bool>The close action.
Properties
Gets or sets the close command.
C#
public ICommand CloseCommand { get; set; }
The close command.