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