KaxTreeNodeDisabledImageUrl Property |
Gets or sets a value specifying the URL of the image rendered when the node is disabled.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public string DisabledImageUrl { get; set; }
Public Property DisabledImageUrl As String
Get
Set
public:
property String^ DisabledImageUrl {
String^ get ();
void set (String^ value);
}
member DisabledImageUrl : string with get, set
Property Value
Type:
StringRemarks
If the
DisabledImageUrl property is not set the
ImageUrl property will be
used when the node is disabled.
See Also