Class PageSetupDialogViewModel
Provides a view model for the page setup dialog.
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class PageSetupDialogViewModel : DialogViewModelBase<PageSetupDialogContext>
Properties
CloseCommand
Gets or sets the close command.
Declaration
public ICommand CloseCommand { get; set; }
Property Value
System.Windows.Input.ICommand
The close command. |
DialogHeader
Gets the dialog header.
Declaration
public string DialogHeader { get; }
Property Value
System.String
The dialog header. |
HeaderFooterTab
MarginsTab
Gets or sets the margins tab.
Declaration
public MarginsTabViewModel MarginsTab { get; set; }
Property Value
MarginsTabViewModel
The margins tab. |
OKCommand
Gets or sets the ok command.
Declaration
public ICommand OKCommand { get; set; }
Property Value
System.Windows.Input.ICommand
The ok command. |
PageTab
Gets or sets the page tab.
Declaration
public PageTabViewModel PageTab { get; set; }
Property Value
PageTabViewModel
The page tab. |
PrintCommand
Gets or sets the print command.
Declaration
public ICommand PrintCommand { get; set; }
Property Value
System.Windows.Input.ICommand
The print command. |
SheetTab
Gets or sets the sheet tab.
Declaration
public SheetTabViewModel SheetTab { get; set; }
Property Value
SheetTabViewModel
The sheet tab. |