Class SheetTabViewModel
Represents the sheet tab view model.
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class SheetTabViewModel : PageSetupTabViewModelBase, INotifyPropertyChanged
Properties
IsWorksheetActive
Gets the value indicating whether the worksheet is active.
Declaration
public bool IsWorksheetActive { get; }
Property Value
System.Boolean
The value indicating whether the worksheet is active. |
PageOrder
Gets or sets the page order.
Declaration
public PageOrder PageOrder { get; set; }
Property Value
PageOrder
The page order. |
PrintGridlines
Gets or sets the value indicating whether to print gridlines.
Declaration
public bool? PrintGridlines { get; set; }
Property Value
System.Nullable<System.Boolean>
The value indicating whether to print gridlines. |
PrintRowColumnHeadings
Gets or sets the value indicating whether to print row column headings.
Declaration
public bool? PrintRowColumnHeadings { get; set; }
Property Value
System.Nullable<System.Boolean>
The value indicating whether to print row column headings. |
TabHeader
Gets the tab header.
Declaration
public override string TabHeader { get; }
Property Value
System.String
The tab header. |
Overrides
Methods
CopyPropertiesFromContext()
Copies the properties from context.
Declaration
public override void CopyPropertiesFromContext()
Overrides
CopyPropertiesToContext()
Copies the properties to context.
Declaration
public override void CopyPropertiesToContext()