Gets or sets whether the action is enabled.

Namespace:  C1.Win.C1Chart3D
Assembly:  C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)

Syntax

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

See Also