Class
PageSetupDialogViewModel

Provides a view model for the page setup dialog.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class PageSetupDialogViewModel : DialogViewModelBase<PageSetupDialogContext>

Inheritance: objectDialogViewModelBase<PageSetupDialogContext>PageSetupDialogViewModel

Inherited Members DialogViewModelBase<PageSetupDialogContext>.Context

Properties

CloseCommand

Gets or sets the close command.

Declaration

cs-api-definition
public ICommand CloseCommand { get; set; }

Property Value

ICommand

The close command.

DialogHeader

Gets the dialog header.

Declaration

cs-api-definition
public string DialogHeader { get; }

Property Value

string

The dialog header.

HeaderFooterTab

Gets or sets the header/footer tab.

Declaration

cs-api-definition
public HeaderFooterTabViewModel HeaderFooterTab { get; set; }

Property Value

HeaderFooterTabViewModel

The header/footer tab.

MarginsTab

Gets or sets the margins tab.

Declaration

cs-api-definition
public MarginsTabViewModel MarginsTab { get; set; }

Property Value

MarginsTabViewModel

The margins tab.

OKCommand

Gets or sets the ok command.

Declaration

cs-api-definition
public ICommand OKCommand { get; set; }

Property Value

ICommand

The ok command.

PageTab

Gets or sets the page tab.

Declaration

cs-api-definition
public PageTabViewModel PageTab { get; set; }

Property Value

PageTabViewModel

The page tab.

PrintCommand

Gets or sets the print command.

Declaration

cs-api-definition
public ICommand PrintCommand { get; set; }

Property Value

ICommand

The print command.

SheetTab

Gets or sets the sheet tab.

Declaration

cs-api-definition
public SheetTabViewModel SheetTab { get; set; }

Property Value

SheetTabViewModel

The sheet tab.