Skip to main content

TabbedGroup.OptionsToolTip Property

This property is not supported by the TabbedGroup class.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public override BaseLayoutItemOptionsToolTip OptionsToolTip { get; set; }

Property Value

Type Description
BaseLayoutItemOptionsToolTip

A BaseLayoutItemOptionsToolTip object.

See Also