Skip to main content

NavElement Class

The base class for elements in the TileNavPane control.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public class NavElement :
    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.

See Also