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.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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