HeaderFooterTemplate
Class
HeaderFooter template.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public class HeaderFooterTemplate : ViewModelBase, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseHeaderFooterTemplate
Implements:
Inherited Members
Constructors
Initializes a new instance of the HeaderFooterTemplate class.
C#
public HeaderFooterTemplate(Sheet sheetContext, bool isCustomTemplate)
The sheet context.
isCustomTemplateboolvalue indicating whether the template is custom.
Properties
Gets or sets the text preview.
C#
public string TextPreview { get; set; }
The text preview.