New to Telerik UI for WPFStart a free 30-day trial

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 DialogViewModelBase<PageSetupDialogContext>.Context

Properties

Gets or sets the close command.

C#
public ICommand CloseCommand { get; set; }
Property Value:

The close command.

Gets the dialog header.

C#
public string DialogHeader { get; }
Property Value:

The dialog header.

Gets or sets the header/footer tab.

C#
public HeaderFooterTabViewModel HeaderFooterTab { get; set; }
Property Value:

The header/footer tab.

Gets or sets the margins tab.

C#
public MarginsTabViewModel MarginsTab { get; set; }
Property Value:

The margins tab.

Gets or sets the ok command.

C#
public ICommand OKCommand { get; set; }
Property Value:

The ok command.

Gets or sets the page tab.

C#
public PageTabViewModel PageTab { get; set; }
Property Value:

The page tab.

Gets or sets the print command.

C#
public ICommand PrintCommand { get; set; }
Property Value:

The print command.

Gets or sets the sheet tab.

C#
public SheetTabViewModel SheetTab { get; set; }
Property Value:

The sheet tab.