Class FileUploaderProperties
Represents properties of a FileUploaderComponent.
public class FileUploaderProperties : FormComponentProperties<BizFormUploadFile>
- Inheritance
-
objectFileUploaderProperties
- Inherited Members
- Extension Methods
Constructors
FileUploaderProperties()
Initializes a new instance of the FileUploaderProperties class.
public FileUploaderProperties()
Remarks
The constructor initializes the base class to data type Text and size 500.
Properties
DefaultValue
Gets or sets the default value of the form component and underlying field.
public override BizFormUploadFile DefaultValue { get; set; }