Class UploadElementNames
Inheritance
System.Object
UploadElementNames
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public static class UploadElementNames
Fields
BrowseButtonName
Declaration
public const string BrowseButtonName = "BrowseButton"
Field Value
System.String
|
CancelButtonName
Declaration
public const string CancelButtonName = "CancelButton"
Field Value
System.String
|
ErrorIconName
Declaration
public const string ErrorIconName = "IconError"
Field Value
System.String
|
ItemDeleteIconName
Declaration
public const string ItemDeleteIconName = "IconDelete"
Field Value
System.String
|
ItemFileProgressBarName
Declaration
public const string ItemFileProgressBarName = "FileProgressBar"
Field Value
System.String
|
PauseButtonName
Declaration
public const string PauseButtonName = "PauseButton"
Field Value
System.String
|
ProgressCaptionTextBlockName
Declaration
public const string ProgressCaptionTextBlockName = "ProgressCaptionText"
Field Value
System.String
|
ResumeButtonName
Declaration
public const string ResumeButtonName = "ResumeButton"
Field Value
System.String
|
TotalPercentTextBlockName
Declaration
public const string TotalPercentTextBlockName = "TotalPercentText"
Field Value
System.String
|
TotalProgressAreaGridName
Declaration
public const string TotalProgressAreaGridName = "ProgressArea"
Field Value
System.String
|
TotalProgressBarName
Declaration
public const string TotalProgressBarName = "TotalProgressBar"
Field Value
System.String
|
TotalSizeTextBlockName
Declaration
public const string TotalSizeTextBlockName = "TotalSizeText"
Field Value
System.String
|
TotalTextBlockName
Declaration
public const string TotalTextBlockName = "TotalText"
Field Value
System.String
|
UploadButtonName
Declaration
public const string UploadButtonName = "UploadButton"
Field Value
System.String
|