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

LayoutViewColumn.ToolTip Property

Gets or sets a custom tooltip for the current card field. This member is not supported by the LayoutViewColumn class.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

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

Property Value

Type Description
String

A string value.

Remarks

This member is not supported by the LayoutViewColumn class. To specify a tooltip for a card field, use properties provided by the LayoutViewColumn.LayoutViewField.OptionsToolTip object (BaseLayoutItem.OptionsToolTip).

See Also