Gets a boolean value indicating if this item is used as a look item.
[Visual Basic]
Public ReadOnly Property IsLookItem As
Boolean
[C#]
public
Boolean IsLookItem {get;}
Property Value
System.Boolean
A boolean value indicating if this item is used as a look item.
Remarks
Each item object has LookID property that points to a "look" object. When this item is rendered, it combines the appearance settings of the item look object with its own appearance settings.
Tip:
Using look item to define a common set of appearance settings is a good way to manage the control's appearance.
For more information about how to use item looks, see item looks.
See Also
NavigationItem Class | EO.Web Namespace