Class FormatFontDialogViewModel
Represents the FormatFontDialog view model.
Inheritance
System.Object
FormatFontDialogViewModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Controls.Spreadsheet.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class FormatFontDialogViewModel : DialogViewModelBase<FormatFontDialogContext>, INotifyPropertyChanged
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. |