DataGridCellInfo Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje novou instanci DataGridCellInfo struktury.
Přetížení
DataGridCellInfo(DataGridCell) |
Inicializuje novou instanci DataGridCellInfo struktury pro zadanou buňku. |
DataGridCellInfo(Object, DataGridColumn) |
Inicializuje novou instanci DataGridCellInfo struktury pomocí zadané položky dat a sloupce. |
DataGridCellInfo(DataGridCell)
Inicializuje novou instanci DataGridCellInfo struktury pro zadanou buňku.
public:
DataGridCellInfo(System::Windows::Controls::DataGridCell ^ cell);
public DataGridCellInfo (System.Windows.Controls.DataGridCell cell);
new System.Windows.Controls.DataGridCellInfo : System.Windows.Controls.DataGridCell -> System.Windows.Controls.DataGridCellInfo
Public Sub New (cell As DataGridCell)
Parametry
- cell
- DataGridCell
Buňka, pro kterou se mají generovat informace.
Poznámky
Tento konstruktor přidruží DataGridCellInfo ke konkrétní DataGrid instanci, která vlastní kontejner buněk.
Platí pro
DataGridCellInfo(Object, DataGridColumn)
Inicializuje novou instanci DataGridCellInfo struktury pomocí zadané položky dat a sloupce.
public:
DataGridCellInfo(System::Object ^ item, System::Windows::Controls::DataGridColumn ^ column);
public DataGridCellInfo (object item, System.Windows.Controls.DataGridColumn column);
new System.Windows.Controls.DataGridCellInfo : obj * System.Windows.Controls.DataGridColumn -> System.Windows.Controls.DataGridCellInfo
Public Sub New (item As Object, column As DataGridColumn)
Parametry
- item
- Object
Datová položka pro řádek, který obsahuje buňku.
- column
- DataGridColumn
Sloupec obsahující buňku
Poznámky
Tento konstruktor nepřidružuje objekt ke DataGridCellInfo konkrétní DataGrid instanci.