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 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. |