ClassRadCloudUploadListItem
Class
A control that presents a cloud file upload.
Definition
Namespace:Telerik.Windows.Cloud.Controls
Assembly:Telerik.Windows.Cloud.Controls.dll
Syntax:
cs-api-definition
[TelerikToolboxCategory("Cloud Upload")]
public class RadCloudUploadListItem : Control
Inheritance: objectRadCloudUploadListItem
Constructors
RadCloudUploadListItem()
Declaration
cs-api-definition
public RadCloudUploadListItem()
Fields
ButtonsProperty
Identifies the Buttons dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty ButtonsProperty
Field Value
DependencyProperty
Properties
Buttons
The buttons that should be displayed.
Declaration
cs-api-definition
public CloudUploadListItemCommandButtons Buttons { get; set; }
Property Value
Methods
OnCreateAutomationPeer()
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
Declaration
cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
The type-specific AutomationPeer implementation.
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
cs-api-definition
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.