Command invoked when cell needs a tooltip.

Namespace: Ico.WPF.Specialized.DataGridControl
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public ICommand CellTooltipCommand { get; set; }
Visual Basic
Public Property CellTooltipCommand As ICommand
	Get
	Set
JScript
function get CellTooltipCommand () : ICommand
function set CellTooltipCommand (value : ICommand)

See Also