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.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool FocusOnLoad { get; set; }
Public Property FocusOnLoad As Boolean
Get
Set
public:
property bool FocusOnLoad {
bool get ();
void set (bool value);
}
member FocusOnLoad : bool with get, set
Property Value
Type:
Booleantrue when the first file input field of KaxUpload should get
the focus; otherwise
false. The default value is
false.
See Also