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