Base:
property
CellTemplate
System.Windows.Forms.DataGridViewColumn.CellTemplate
18 references to CellTemplate
System.Windows.Forms (18)
winforms\Managed\System\WinForms\DataGridViewLinkColumn.cs (18)
38if (this.CellTemplate == null) 42return ((DataGridViewLinkCell)this.CellTemplate).ActiveLinkColor; 48((DataGridViewLinkCell)this.CellTemplate).ActiveLinkColorInternal = value; 109if (this.CellTemplate == null) 113return ((DataGridViewLinkCell)this.CellTemplate).LinkBehavior; 119((DataGridViewLinkCell)this.CellTemplate).LinkBehavior = value; 148if (this.CellTemplate == null) 152return ((DataGridViewLinkCell)this.CellTemplate).LinkColor; 158((DataGridViewLinkCell)this.CellTemplate).LinkColorInternal = value; 242if (this.CellTemplate == null) 246return ((DataGridViewLinkCell)this.CellTemplate).TrackVisitedState; 252((DataGridViewLinkCell)this.CellTemplate).TrackVisitedStateInternal = value; 282if (this.CellTemplate == null) 286return ((DataGridViewLinkCell)this.CellTemplate).UseColumnTextForLinkValue; 292((DataGridViewLinkCell)this.CellTemplate).UseColumnTextForLinkValueInternal = value; 321if (this.CellTemplate == null) 325return ((DataGridViewLinkCell)this.CellTemplate).VisitedLinkColor; 331((DataGridViewLinkCell)this.CellTemplate).VisitedLinkColorInternal = value;