Gets or sets the table header template.

Namespace: CuteEditor
Assembly: 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);
}

Field Value

The table header template.

See Also