DataGridViewLinkCell.EditType 속성

정의

셀의 호스팅된 편집 컨트롤의 형식을 가져옵니다.

public:
 virtual property Type ^ EditType { Type ^ get(); };
public override Type EditType { get; }
member this.EditType : Type
Public Overrides ReadOnly Property EditType As Type

속성 값

Type

항상 null입니다.

설명

이 클래스에서 구현된 대로 이 속성은 편집할 수 없으므로 DataGridViewLinkCell 항상 반환 null 됩니다.

적용 대상

추가 정보