If set to true, this column can have icons even though icon is initally null.

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

Syntax

C#
public bool ShouldHaveIcon { get; set; }
Visual Basic
Public Property ShouldHaveIcon As Boolean
	Get
	Set
JScript
final function get ShouldHaveIcon () : boolean
final function set ShouldHaveIcon (value : boolean)

Implements

IDataGridColumn..::..ShouldHaveIcon

See Also