UploadElementNames Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Holds the list of important RadUpload element names.
Inheritance Hierarchy

SystemObject
  Telerik.WebAii.Controls.XamlUploadElementNames

Namespace:  Telerik.WebAii.Controls.Xaml
Assembly:  Telerik.WebAii.Controls.Xaml (in Telerik.WebAii.Controls.Xaml.dll) Version: 2012.1.719.0 (2012.1.719.0)
Syntax

public static class UploadElementNames

The UploadElementNames type exposes the following members.

Fields

  NameDescription
Public fieldStatic memberBrowseButtonName
The Upload browse button name.
Public fieldStatic memberCancelButtonName
The Upload cancel button name.
Public fieldStatic memberErrorIconName
The UploadItem error icon name.
Public fieldStatic memberItemDeleteIconName
The UploadItem delete icon name.
Public fieldStatic memberItemFileProgressBarName
The UploadItem progress bar name.
Public fieldStatic memberPauseButtonName
The Upload pause button name.
Public fieldStatic memberProgressCaptionTextBlockName
The Upload progress caption text block name.
Public fieldStatic memberResumeButtonName
Public fieldStatic memberTotalPercentTextBlockName
The Upload total percent text block name.
Public fieldStatic memberTotalProgressAreaGridName
The Upload total progress area grid name.
Public fieldStatic memberTotalProgressBarName
The Upload total progress bar name.
Public fieldStatic memberTotalSizeTextBlockName
The Upload total size text block name.
Public fieldStatic memberTotalTextBlockName
The Upload total text block name.
Public fieldStatic memberUploadButtonName
The Upload upload button name.
Top
See Also

Reference