An enumeration that defines members for the possible positions of the description text of RadTaskDialogExpander in RadTaskDialogPage.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public enum RadTaskDialogExpanderPosition
Fields
The description text is positioned after the page footnote.
C#
AfterFootnote = 1
The description text is positioned after the page text.
C#
AfterText = 0