UploadAttachmentsItemCellStyle Property |
Gets the item cell style.
Namespace: CuteWebUIAssembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntax[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public TableItemStyle ItemCellStyle { get; }
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public ReadOnly Property ItemCellStyle As TableItemStyle
Get
Property Value
Type:
TableItemStyleThe item cell style.
See Also