Click or drag to resize
KaxUploadEnableFileInputSkinning Property
Gets or sets the value indicating whether the file input fields skinning will be enabled.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public bool EnableFileInputSkinning { get; set; }

Property Value

Type: Boolean
true when the file input skinning is enabled; otherwise false.
Remarks
The <input type=file> DHTML elements are not skinnable by default. If the EnableFileInputSkinning is true some browsers can have strange behaviour.
See Also