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

NavigationItem.IsSeparator Property

Gets or sets a boolean value indicating whether this item is a separator.

[Visual Basic]
Public Property IsSeparator As Boolean
[C#]
public Boolean IsSeparator {get; set;}

Property Value

A Boolean value indicating if this item is a separator.

This property is read/write.

Remarks

Separator item is a special item with a single purpose --- divide regular items. Hence, some of the properties are ignore. For example, if this NavigationItem is a MenuItem, LeftIcon, Text and RightIcon do not make sense and are ignored. However, you can use Image property to specify an image to use in this separator.

Separator does not response to mouse event either, only the appearance setting defined in NormalStyle is used, all other styles are ignored.

See Also

NavigationItem Class | EO.Web Namespace


Direct link to this topic