Interface IRadTaskDialogControl
An interface implemented by the main interactive elements of the Rad
Namespace: Telerik.WinControls.UI.TaskDialog
Assembly: Telerik.WinControls.UI.dll
Syntax
public interface IRadTaskDialogControl
Properties
BoundPage
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.
|