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