Back to Devexpress

NavBarItem.IsSeparator() Method

windowsforms-devexpress-dot-xtranavbar-dot-navbaritem-e2fea70c.md

latest1.7 KB
Original Source

NavBarItem.IsSeparator() Method

Returns a Boolean value that indicates whether the current object is a separator.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
public virtual bool IsSeparator()
vb
Public Overridable Function IsSeparator As Boolean

Returns

TypeDescription
Boolean

true if the current object is a separator; otherwise, false.

|

Remarks

For NavBarItem objects, the IsSeparator method always returns false. The NavBarSeparatorItem object that is the NavBarItem descendant overrides this method. The NavBarSeparatorItem.IsSeparator method is overridden to return true.

See Also

Add(ICollectionItem)

Add

AddRange(NavBarItem[])

NavBarItem Class

NavBarItem Members

DevExpress.XtraNavBar Namespace