ClassHeaderFooterDialogViewModel
Represents the HeaderFooter dialog view model.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class HeaderFooterDialogViewModel : DialogViewModelBase<HeaderFooterDialogContext>
Inheritance: objectDialogViewModelBase<HeaderFooterDialogContext>HeaderFooterDialogViewModel
Inherited Members
Constructors
HeaderFooterDialogViewModel(HeaderFooterDialogContext, Action<bool>, Action<MessageBoxNotificationType>)
Initializes a new instance of the HeaderFooterDialogViewModel class.
Declaration
public HeaderFooterDialogViewModel(HeaderFooterDialogContext context, Action<bool> closeAction, Action<MessageBoxNotificationType> alertAction)
Parameters
context
The context.
closeAction
The close action.
alertAction
Action<MessageBoxNotificationType>
The alert action.
Properties
CloseCommand
Gets or sets the close command.
Declaration
public ICommand CloseCommand { get; set; }
Property Value
The close command.
DefaultContent
Gets the default content tab view model.
Declaration
public HeaderFooterDialogTabViewModel DefaultContent { get; }
Property Value
HeaderFooterDialogTabViewModel
The default content tab view model.
DialogHeader
Gets the dialog header.
Declaration
public string DialogHeader { get; }
Property Value
The dialog header.
EvenPageContent
Gets the even page content tab view model.
Declaration
public HeaderFooterDialogTabViewModel EvenPageContent { get; }
Property Value
HeaderFooterDialogTabViewModel
The even page content tab view model.
FirstPageContent
Gets the first page content tab view model.
Declaration
public HeaderFooterDialogTabViewModel FirstPageContent { get; }
Property Value
HeaderFooterDialogTabViewModel
The first page content tab view model.