Gets the header row style.
Namespace: CuteEditorAssembly: 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 (); } |