Skip to main content

WinExplorerViewOptionsBehavior.EnableDetailToolTip Property

OBSOLETE

This property is now obsolete and no longer in use

This property is now obsolete and no longer in use

Namespace: DevExpress.XtraGrid.WinExplorer

Assembly: DevExpress.XtraGrid.v24.2.dll

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("This property is now obsolete and no longer in use")]
public virtual bool EnableDetailToolTip { get; set; }

Property Value

Type
Boolean

Property Paths

You can access this nested property as listed below:

Object Type Path to EnableDetailToolTip
WinExplorerView
.OptionsBehavior .EnableDetailToolTip
See Also