Gets or sets the table header template.
Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
C# |
---|
public string TableHeaderTemplate { get; set; } |
Visual Basic |
---|
Public Property TableHeaderTemplate As String Get Set |
Visual C++ |
---|
public: property String^ TableHeaderTemplate { String^ get (); void set (String^ value); } |