Skip to main content

NavBarItem.IsSeparator() Method

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

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

public virtual bool IsSeparator()

Returns

Type Description
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