ItemCellStyle Property
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| UploadAttachments..::..ItemCellStyle Property |
| UploadAttachments Class See Also Send Feedback |
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 (); } |