SpreadsheetGear 2017
ContentTemplate Property (SheetTab)






SpreadsheetGear.Windows.Controls Namespace > SheetTab Class : ContentTemplate Property
Syntax
'Declaration
 
<System.ComponentModel.BindableAttribute(True)>
<CustomCategoryAttribute("Content")>
Public Property ContentTemplate As System.Windows.DataTemplate
'Usage
 
Dim instance As SheetTab
Dim value As System.Windows.DataTemplate
 
instance.ContentTemplate = value
 
value = instance.ContentTemplate
[System.ComponentModel.Bindable(true)]
[CustomCategory("Content")]
public System.Windows.DataTemplate ContentTemplate {get; set;}
public read-write property ContentTemplate: System.Windows.DataTemplate; 
System.ComponentModel.BindableAttribute()
CustomCategoryAttribute("Content")
public function get,set ContentTemplate : System.Windows.DataTemplate
[System.ComponentModel.Bindable(true)]
[CustomCategory("Content")]
public: __property System.Windows.DataTemplate* get_ContentTemplate();
public: __property void set_ContentTemplate( 
   System.Windows.DataTemplate* value
);
[System.ComponentModel.Bindable(true)]
[CustomCategory("Content")]
public:
property System.Windows.DataTemplate^ ContentTemplate {
   System.Windows.DataTemplate^ get();
   void set (    System.Windows.DataTemplate^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SheetTab Class
SheetTab Members