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
Constructors
Initializes a new instance of the HeaderFooterDialogViewModel class.
C#
public HeaderFooterDialogViewModel(HeaderFooterDialogContext context, Action<bool> closeAction, Action<MessageBoxNotificationType> alertAction)
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; }
The close command.
Gets the default content tab view model.
C#
public HeaderFooterDialogTabViewModel DefaultContent { get; }
The default content tab view model.
Gets the dialog header.
C#
public string DialogHeader { get; }
The dialog header.
Gets the even page content tab view model.
C#
public HeaderFooterDialogTabViewModel EvenPageContent { get; }
The even page content tab view model.
Gets the first page content tab view model.
C#
public HeaderFooterDialogTabViewModel FirstPageContent { get; }
The first page content tab view model.