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

ITileNavButton.Element Property

Returns the current ITileNavButton object type-casting it to the NavElement class.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

NavElement Element { get; }

Property Value

Type Description
NavElement

A NavElement object representing the current ITileNavButton.

See Also