Click or drag to resize
KaxUploadInitialFileInputsCount Property
Gets or sets the initial count of file input fields, which will appear in KaxUpload.

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

Property Value

Type: Int32
The file inputs count which will be available at startup. The default value is 1.
See Also