Back to Devexpress

AccordionControl.ToolTip Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-accordioncontrol-6936e5f3.md

latest1.5 KB
Original Source

AccordionControl.ToolTip 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 string ToolTip { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides Property ToolTip As String

Property Value

Type
String

Remarks

To assign a regular tooltip to an individual item, use the AccordionControlElementBase.Hint property instead.

See Also

Hint

AccordionControl Class

AccordionControl Members

DevExpress.XtraBars.Navigation Namespace