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

NavElement Class

The base class for elements in the TileNavPane control.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.1.dll

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