Back to Devexpress

AccordionControl.ToolTipTitle Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-accordioncontrol-72a32f03.md

latest1.5 KB
Original Source

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