New to Telerik UI for WPFStart a free 30-day trial

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 DialogViewModelBase<FormatFontDialogContext>.Context

Constructors

Initializes a new instance of the FormatFontDialogViewModel class.

C#
public FormatFontDialogViewModel(FormatFontDialogContext context, Action<bool> closeAction)
Parameters:contextFormatFontDialogContext

The context.

closeActionAction<bool>

The close action.

Properties

Gets or sets the close command.

C#
public ICommand CloseCommand { get; set; }
Property Value:

The close command.

Gets or sets the ok command.

C#
public ICommand OKCommand { get; set; }
Property Value:

The ok command.