ClassUploadElementNames
Holds the list of important RadUpload element names.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public static class UploadElementNames
Inheritance: objectUploadElementNames
Fields
BrowseButtonName
The Upload browse button name.
Declaration
public const string BrowseButtonName = "BrowseButton"
Field Value
CancelButtonName
The Upload cancel button name.
Declaration
public const string CancelButtonName = "CancelButton"
Field Value
ErrorIconName
The UploadItem error icon name.
ItemDeleteIconName
The UploadItem delete icon name.
Declaration
public const string ItemDeleteIconName = "IconDelete"
Field Value
ItemFileProgressBarName
The UploadItem progress bar name.
Declaration
public const string ItemFileProgressBarName = "FileProgressBar"
Field Value
PauseButtonName
The Upload pause button name.
Declaration
public const string PauseButtonName = "PauseButton"
Field Value
ProgressCaptionTextBlockName
The Upload progress caption text block name.
Declaration
public const string ProgressCaptionTextBlockName = "ProgressCaptionText"
Field Value
ResumeButtonName
Declaration
public const string ResumeButtonName = "ResumeButton"
Field Value
TotalPercentTextBlockName
The Upload total percent text block name.
Declaration
public const string TotalPercentTextBlockName = "TotalPercentText"
Field Value
TotalProgressAreaGridName
The Upload total progress area grid name.
Declaration
public const string TotalProgressAreaGridName = "ProgressArea"
Field Value
TotalProgressBarName
The Upload total progress bar name.
Declaration
public const string TotalProgressBarName = "TotalProgressBar"
Field Value
TotalSizeTextBlockName
The Upload total size text block name.
Declaration
public const string TotalSizeTextBlockName = "TotalSizeText"
Field Value
TotalTextBlockName
The Upload total text block name.
Declaration
public const string TotalTextBlockName = "TotalText"
Field Value
UploadButtonName
The Upload upload button name.
Declaration
public const string UploadButtonName = "UploadButton"
Field Value