DataGridViewColumn.CellType Vlastnost

Definice

Získá typ běhu šablony buňky.

public:
 property Type ^ CellType { Type ^ get(); };
[System.ComponentModel.Browsable(false)]
public Type CellType { get; }
[<System.ComponentModel.Browsable(false)>]
member this.CellType : Type
Public ReadOnly Property CellType As Type

Hodnota vlastnosti

Type

DataGridViewCell Použitý Type jako šablona pro tento sloupec. Výchozí formát je null.

Atributy

Poznámky

Základní typ CellTemplate je DataGridViewCell. Tuto vlastnost použijte k určení skutečného odvozeného typu.

Platí pro

Viz také