펼쳐질 목록에 보여질 최대 아이템 갯수를 가져오거나 설정합니다.
Namespace: Ntreev.Windows.Forms.Grid.ColumnsAssembly: 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); } |