KaxUploadInitialFileInputsCount Property |
Gets or sets the initial count of file input fields, which will appear in KaxUpload.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic int InitialFileInputsCount { get; set; }
Public Property InitialFileInputsCount As Integer
Get
Set
public:
property int InitialFileInputsCount {
int get ();
void set (int value);
}
member InitialFileInputsCount : int with get, set
Property Value
Type:
Int32
The file inputs count which will be available at startup. The default value is
1.
See Also