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