Skip to main content

ITileNavButton.Element Property

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

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v24.2.dll

Declaration

NavElement Element { get; }

Property Value

Type Description
NavElement

A NavElement object representing the current ITileNavButton.

See Also