ClassFormatFontDialogViewModel
Class
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
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
The context.
closeAction
The close action.
Properties
CloseCommand
Gets or sets the close command.
Declaration
cs-api-definition
public ICommand CloseCommand { get; set; }
Property Value
The close command.