Gets or sets a value indicating whether this IPropertyControl is enabled.

Namespace:  EPiServer.Core
Assembly:  EPiServer (in EPiServer.dll) Version: 5.2.375.236

Syntax

C#
bool Enabled { get; set; }

Field Value

true if enabled; otherwise, false.

See Also