NavBarItem.IsSeparator() Method
Returns a Boolean value that indicates whether the current object is a separator.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
Declaration
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