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

Represents the HeaderFooter dialog view model.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class HeaderFooterDialogViewModel : DialogViewModelBase<HeaderFooterDialogContext>

Inheritance: objectDialogViewModelBase<HeaderFooterDialogContext>HeaderFooterDialogViewModel

Inherited Members DialogViewModelBase<HeaderFooterDialogContext>.Context

Constructors

Initializes a new instance of the HeaderFooterDialogViewModel class.

C#
public HeaderFooterDialogViewModel(HeaderFooterDialogContext context, Action<bool> closeAction, Action<MessageBoxNotificationType> alertAction)
Parameters:contextHeaderFooterDialogContext

The context.

closeActionAction<bool>

The close action.

alertActionAction<MessageBoxNotificationType>

The alert action.

Properties

Gets or sets the close command.

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

The close command.

Gets the default content tab view model.

C#
public HeaderFooterDialogTabViewModel DefaultContent { get; }
Property Value:

The default content tab view model.

Gets the dialog header.

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

The dialog header.

Gets the even page content tab view model.

C#
public HeaderFooterDialogTabViewModel EvenPageContent { get; }
Property Value:

The even page content tab view model.

Gets the first page content tab view model.

C#
public HeaderFooterDialogTabViewModel FirstPageContent { get; }
Property Value:

The first page content tab view model.

Gets or sets the ok command.

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

The ok command.