Click or drag to resize
KaxComboBoxItemDisabledImageUrl Property
Gets or sets the path to an image to display for the item when it is disabled.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public string DisabledImageUrl { get; set; }

Property Value

Type: String
The path to the image to display for the item. The default value is empty string.
Remarks
Use the DisabledImageUrl property to specify the image for the item when it is disabled. If the DisabledImageUrl property is set to empty string no image will be rendered. Use "~" (tilde) when referring to images within the current ASP.NET application.
See Also