Back to Devexpress

AccordionControl.SuperTip Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-accordioncontrol-28ee47be.md

latest1.5 KB
Original Source

AccordionControl.SuperTip Property

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override SuperToolTip SuperTip { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides Property SuperTip As SuperToolTip

Property Value

Type
SuperToolTip

Remarks

To assign a super tip to an individual item, use the AccordionControlElementBase.SuperTip property instead.

See Also

SuperTip

AccordionControl Class

AccordionControl Members

DevExpress.XtraBars.Navigation Namespace