Gets or sets whether the dictionary is enabled.

Namespace:  C1.Web.Editor
Assembly:  C1.Web.Editor.2 (in C1.Web.Editor.2.dll)

Syntax

C#
[DefaultValueAttribute(true)]
public virtual bool Enabled { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(True)> _
Public Overridable Property Enabled As Boolean
	Get
	Set

See Also