Gets the header row style.

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public TableItemStyle HeaderRowStyle { get; }
Visual Basic
Public ReadOnly Property HeaderRowStyle As TableItemStyle
	Get
Visual C++
public:
property TableItemStyle^ HeaderRowStyle {
	TableItemStyle^ get ();
}

Field Value

The header row style.

See Also