Gets the item cell style.

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

Syntax

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

Field Value

The item cell style.

See Also