UploadAttachmentsTableStyle Property |
Gets the table style.
Namespace: CuteWebUIAssembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntax[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public TableStyle TableStyle { get; }
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public ReadOnly Property TableStyle As TableStyle
Get
Property Value
Type:
TableStyleThe table style.
See Also