ClassUploadConstants
Class
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
CssCheckBox
CSS class of the 'Check' button.
CssClearButton
CSS class of the 'Clear' button.
Declaration
cs-api-definition
public const string CssClearButton = "ruButton ruClear"
Field Value
CssDeleteButton
CSS class of the 'Delete' button.
Declaration
cs-api-definition
public const string CssDeleteButton = "ruButton ruDelete"
Field Value
CssFakeInput
CSS class of the 'fake' input
CssFileInput
CSS class of the file input.
CssRadUpload
CSS class of the upload main div element.
Declaration
cs-api-definition
public const string CssRadUpload = "RadUpload RadUpload"
Field Value
CssRemoveButton
CSS class of the 'Remove' button.
Declaration
cs-api-definition
public const string CssRemoveButton = "ruButton ruRemove"
Field Value
CssSelectButton
CSS class of the 'Select' button.
Declaration
cs-api-definition
public const string CssSelectButton = "ruButton ruBrowse"
Field Value