Represents the HeaderFooter dialog tab view model.
Inheritance
System.Object
HeaderFooterDialogTabViewModel
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
public class HeaderFooterDialogTabViewModel : NotifyPropertyChangedBase
Constructors
Properties
Gets or sets the format text command.
Declaration
public ICommand FormatTextCommand { get; set; }
Property Value
System.Windows.Input.ICommand
The format text command.
|
Gets or sets the insert number of pages command.
Declaration
public ICommand InsertNumberOfPagesCommand { get; set; }
Property Value
System.Windows.Input.ICommand
The insert number of pages command.
|
Gets or sets the insert page number command.
Declaration
public ICommand InsertPageNumberCommand { get; set; }
Property Value
System.Windows.Input.ICommand
The insert page number command.
|
Methods
Extension Methods