Table of Contents
CheckIconUrl Property

Specifies the Url of the image used to be displayed on the left side of a navigation item when the item's Checked property is true.

Syntax
 public String CheckIconUrl { get; set; }
Remarks

Use CheckIconUrl to override the default check icon .

The "check icon" is displayed in place of "left icon" when an item's Checked property is true. You can specifies whether a navigation item is checked by setting the item's Checked property or calling client side setChecked function.

If the value of this property is a relative path, ImageBaseDirectory property could be used as base path, then the final result will be ImageBaseDirectory and this property combined together. Note, you can use "~/" to specify a root relative path in all EO.Web URL properties. Once the value starts with "~/", ImageBaseDirectory will not be used.

Note: this property only applies to navigation controls that have Checked property.

See Also