포커스된 열의 강조 표시의 방법을 가져오거나 설정합니다.

Namespace: Ntreev.Windows.Forms.Grid
Assembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284

Syntax

C#
public RowHighlightType RowHighlightType { get; set; }
Visual Basic
Public Property RowHighlightType As RowHighlightType
	Get
	Set
Visual C++
public:
property RowHighlightType RowHighlightType {
	RowHighlightType get ();
	void set (RowHighlightType value);
}

See Also