Class RadTaskDialogFootnote
A class that represents the footnote of RadTaskDialogPage
Inheritance
System.Object
RadTaskDialogFootnote
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadTaskDialogFootnote : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
RadTaskDialogFootnote()
Initializes a new instance of the RadTaskDialogFootnote class.
Declaration
public RadTaskDialogFootnote()
RadTaskDialogFootnote(String)
Initializes a new instance of the RadTaskDialogFootnote class.
Declaration
public RadTaskDialogFootnote(string text)
Parameters
System.String
text
The text of the footnote. |
Methods
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
RadPropertyChangedEventArgs
e
|