Class UploadFileBase
Compatibility base class for legacy uploader controls that expose item text styling.
Inheritance
UploadFileBase
Implements
Inherited Members
Namespace: CuteWebUI
Assembly: AjaxUploader.dll
Syntax
public class UploadFileBase : UploaderBase, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, IPostBackDataHandler, IAjaxUploader
Constructors
UploadFileBase()
Initializes a new instance of the UploadFileBase class.
Declaration
public UploadFileBase()
Properties
CancelButton
Gets the underlying legacy cancel button control.
Declaration
[Browsable(false)]
public Button CancelButton { get; }
Property Value
| Type | Description |
|---|---|
| Button |
CancelButtonStyle
Gets the style applied to the cancel button.
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public Style CancelButtonStyle { get; }
Property Value
| Type | Description |
|---|---|
| Style |
CancelText
Gets or sets the cancel button caption.
Declaration
public string CancelText { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DirtyText
Gets or sets the marker text used by legacy item templates for unsaved changes.
Declaration
public string DirtyText { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InsertButton
Gets the underlying legacy browse button control.
Declaration
[Browsable(false)]
public Button InsertButton { get; }
Property Value
| Type | Description |
|---|---|
| Button |
InsertButtonStyle
Gets the style applied to the browse button.
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public Style InsertButtonStyle { get; }
Property Value
| Type | Description |
|---|---|
| Style |
ItemLabelStyle
Gets the style applied to the legacy item label.
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public Style ItemLabelStyle { get; }
Property Value
| Type | Description |
|---|---|
| Style |
ItemTextTemplate
Gets or sets the legacy item text template.
Declaration
public string ItemTextTemplate { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ProgressLabel
Gets the label used for legacy progress text.
Declaration
[Browsable(false)]
public Label ProgressLabel { get; }
Property Value
| Type | Description |
|---|---|
| Label |
ProgressLabelStyle
Gets the style applied to the progress label.
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public Style ProgressLabelStyle { get; }
Property Value
| Type | Description |
|---|---|
| Style |
ProgressPanel
Gets the container used for legacy progress UI.
Declaration
[Browsable(false)]
public Panel ProgressPanel { get; }
Property Value
| Type | Description |
|---|---|
| Panel |
ProgressPanelStyle
Gets the style applied to the progress panel.
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public Style ProgressPanelStyle { get; }
Property Value
| Type | Description |
|---|---|
| Style |