Interface IRadTaskDialogControl
An interface implemented by the main interactive elements of the RadTaskDialogPage
Namespace: Telerik.WinControls.UI.TaskDialog
Assembly: Telerik.WinControls.UI.dll
Syntax
public interface IRadTaskDialogControl
Properties
BoundPage
Gets the bound RadTaskDialogPage.
Declaration
RadTaskDialogPage BoundPage { get; }
Property Value
RadTaskDialogPage
|
Tag
Gets or sets an object that can be used to store user data, corresponding to the element
Declaration
object Tag { get; set; }
Property Value
System.Object
|