Back to Devexpress

NavElement Class

windowsforms-devexpress-dot-xtrabars-dot-navigation-b32e13b5.md

latest1.9 KB
Original Source

NavElement Class

The base class for elements in the TileNavPane control.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class NavElement :
    Component
vb
Public Class NavElement
    Inherits Component

The following members return NavElement objects:

Remarks

The NavElement class provides appearance and behavior settings for navigation elements. You can specify a caption, glyph and action performed on clicking an element.

Inheritance

Object MarshalByRefObject Component NavElement NavButton

TileNavElement

TileNavCategory

TileNavItem

TileNavSubItem

See Also

NavElement Members

DevExpress.XtraBars.Navigation Namespace