GrapeCity MultiRow Windows Forms Documentation
DropDownAutoFilterItem Constructor(Int32)


Indicates the maximum count of automatically generated items.
Initializes a new instance of the GrapeCity.Win.MultiRow.DefaultFilterItemsGroup class with the specified maximum count.
Syntax
Public Function New( _
   ByVal maxCount As Integer _
)
Dim maxCount As Integer
 
Dim instance As New DropDownAutoFilterItem(maxCount)
public DropDownAutoFilterItem( 
   int maxCount
)

Parameters

maxCount
Indicates the maximum count of automatically generated items.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException The maxCount is less then 0.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DropDownAutoFilterItem Class
DropDownAutoFilterItem Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.