Class
UploadConstants

Represents the upload constants class.

Definition

Namespace:Telerik.WebAii.Controls.Html

Assembly:Telerik.WebAii.Controls.Html.dll

Syntax:

cs-api-definition
public static class UploadConstants

Inheritance: objectUploadConstants

Fields

CssAddButton

CSS class of the 'Add' button.

Declaration

cs-api-definition
public const string CssAddButton = "ruButton ruAdd"

Field Value

string

CssCheckBox

CSS class of the 'Check' button.

Declaration

cs-api-definition
public const string CssCheckBox = "ruCheck"

Field Value

string

CssClearButton

CSS class of the 'Clear' button.

Declaration

cs-api-definition
public const string CssClearButton = "ruButton ruClear"

Field Value

string

CssDeleteButton

CSS class of the 'Delete' button.

Declaration

cs-api-definition
public const string CssDeleteButton = "ruButton ruDelete"

Field Value

string

CssFakeInput

CSS class of the 'fake' input

Declaration

cs-api-definition
public const string CssFakeInput = "ruFakeInput"

Field Value

string

CssFileInput

CSS class of the file input.

Declaration

cs-api-definition
public const string CssFileInput = "ruFileInput"

Field Value

string

CssRadUpload

CSS class of the upload main div element.

Declaration

cs-api-definition
public const string CssRadUpload = "RadUpload RadUpload"

Field Value

string

CssRemoveButton

CSS class of the 'Remove' button.

Declaration

cs-api-definition
public const string CssRemoveButton = "ruButton ruRemove"

Field Value

string

CssSelectButton

CSS class of the 'Select' button.

Declaration

cs-api-definition
public const string CssSelectButton = "ruButton ruBrowse"

Field Value

string

KeyUpload

The key identifying the Upload control.

Declaration

cs-api-definition
public const string KeyUpload = "RadUpload"

Field Value

string