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