Represents the HeaderFooter tab view model.
Inheritance
System.Object
HeaderFooterTabViewModel
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
public class HeaderFooterTabViewModel : PageSetupTabViewModelBase
Properties
Gets or sets whether headers and footers are the same on all pages.
Declaration
public bool AreHeadersAndFootersSameForAllPages { get; set; }
Property Value
System.Boolean
Value indicating whether headers and footers are the same on all pages.
|
Gets or sets whether odd and even pages should be different.
Declaration
public bool DifferentOddAndEvenPages { get; set; }
Property Value
System.Boolean
Value indicating whether odd and even pages should be different.
|
Methods
Extension Methods