Skip to main content
A newer version of this page is available. .

NavBarItem.IsSeparator() Method

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

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v19.1.dll

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