Click or drag to resize
KaxUploadFocusOnLoad Property
Gets or sets the value indicating whether the first file input field of KaxUpload should get the focus on itself on load.

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 FocusOnLoad { get; set; }

Property Value

Type: Boolean
true when the first file input field of KaxUpload should get the focus; otherwise false. The default value is false.
See Also