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

Syntax

C#
[BrowsableAttribute(false)]
[DefaultValueAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public virtual bool GroupActivationHandler { get; }
Visual Basic (Declaration)
<BrowsableAttribute(False)> _
<DefaultValueAttribute(False)> _
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Overridable ReadOnly Property GroupActivationHandler As Boolean

See Also