DataGridCellInfo 구조체

정의

DataGrid의 특정 셀에 대한 정보를 나타냅니다.

public value class DataGridCellInfo
public struct DataGridCellInfo
type DataGridCellInfo = struct
Public Structure DataGridCellInfo
상속
DataGridCellInfo

설명

이 구조는 셀과 셀과 연결 된 데이터 항목에 대 한 정보를 제공 합니다. 실제 참조를 대신 사용 됩니다 DataGridCell 컨테이너 경우는 DataGrid ; 셀을 가져옵니다 예는 CurrentCell 또는 SelectedCells 속성.

생성자

DataGridCellInfo(DataGridCell)

지정된 셀에 대한 DataGridCellInfo 구조체의 새 인스턴스를 초기화합니다.

DataGridCellInfo(Object, DataGridColumn)

지정된 데이터 항목과 열을 사용하여 DataGridCellInfo 구조체의 새 인스턴스를 초기화합니다.

속성

Column

이 셀을 포함하는 열을 가져옵니다.

IsValid

구조체에 유효한 정보가 있는지 여부를 나타내는 값을 가져옵니다.

Item

셀이 포함된 행에 대한 데이터 항목을 가져옵니다.

메서드

Equals(Object)

지정된 개체가 현재 인스턴스와 같은지 여부를 나타냅니다.

GetHashCode()

현재 DataGridCellInfo 구조체의 해시 코드를 반환합니다.

연산자

Equality(DataGridCellInfo, DataGridCellInfo)

두 개의 DataGridCellInfo 인스턴스가 같은지를 표시합니다.

Inequality(DataGridCellInfo, DataGridCellInfo)

두 개의 DataGridCellInfo 인스턴스가 같지 않은를 표시합니다.

적용 대상