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