Skip to main content
A newer version of this page is available. .

DXFrameworkContentElement.ToolTip Property

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

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

[Browsable(false)]
public object ToolTip { get; set; }

Property Value

Type Description
Object

A Object value.

Property Paths

You can access this nested property as listed below:

Object Type Path to ToolTip
BarEditItem
.EditSettings .ToolTip
FilterField
.EditSettings .ToolTip
TokenEditorBehavior
.TokenEditSettings .ToolTip
GanttColumn
.ActualEditSettings .ToolTip
ColumnBase
.ActualEditSettings .ToolTip
GridColumn
.ActualEditSettings .ToolTip
TreeListColumn
.ActualEditSettings .ToolTip
CollectionDefinition
.EditSettings .ToolTip
PropertyDefinition
.EditSettings .ToolTip
SpreadsheetCustomCellEditEventArgs
.EditSettings .ToolTip
See Also