Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

NavigationItemGroup.Style Property

Gets the ElementStyle object that controls the appearance of the group.

[Visual Basic]
Public Property Style As ElementStyle
[C#]
public ElementStyle Style {get; set;}

Property Value

ElementStyle

An ElementStyle object that controls the appearance settings, such as font, padding, backgroup, CSS class name, etc.

This property is read only, however, you can access the returned object's properties and methods.

Remarks

Style property is applied to the entire group. You can use this property to control the group's border, color, paddings, cursor, etc.

See ElementStyle class and Using NavigationGroup.Style for more information about how to use this property.

Tip:  This property is usually used to specify the group's border, padding and cursor.

See Also

NavigationItemGroup Class | EO.Web Namespace


Direct link to this topic