펼쳐질 목록에 보여질 최대 아이템 갯수를 가져오거나 설정합니다.

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

Syntax

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

Return Value

펼쳐질 목록에 보여질 최대 아이템 갯수를 나타내는 Int32형태의 정수값 입니다. 기본 값은 8입니다.(DefaultMaxDropDownItems)

See Also