KaxTreeNodeEnabled Property |
Gets or sets a value indicating whether the node is enabled.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public override bool Enabled { get; set; }
Public Overrides Property Enabled As Boolean
Get
Set
public:
virtual property bool Enabled {
bool get () override;
void set (bool value) override;
}
abstract Enabled : bool with get, set
override Enabled : bool with get, set
Property Value
Type:
Booleantrue if the node is enabled; otherwise
false. The default value is
true.
Remarks
Disabled nodes cannot be clicked, or expanded.
See Also