Enables/Disables the option to allow the user to select between Rich/Basic Mode, Default is true.

Namespace: DotNetNuke.UI.UserControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public bool ChooseMode { get; set; }
Visual Basic
Public Property ChooseMode As Boolean
	Get
	Set

See Also