Gets or sets the default look ID that the items of this group will use to apply appearance settings.
[Visual Basic]
Public Property DefaultItemLookID As
String
[C#]
public
String DefaultItemLookID {get; set;}
Property Value
System.String
The default look ID for items in this group.
Remarks
This property is used if the child item's LookID is the default value Auto.
Tip:
Use this property if you want different groups to have different look, but all items in the same group to have the same look.
See Also
NavigationItemGroup Class | EO.Web Namespace