GrapeCity MultiRow Windows Forms Documentation
MaxCount Property (DropDownAutoFilterItem)


Gets or sets the maximum count of the filter items that can be automatically generated.
Syntax
<SRDescriptionAttribute("Indicates the maximum filter item count that can be generated automatically.")>
<DefaultValueAttribute()>
<SRCategoryAttribute("Behavior")>
Public Property MaxCount As Integer
Dim instance As DropDownAutoFilterItem
Dim value As Integer
 
instance.MaxCount = value
 
value = instance.MaxCount
[SRDescription("Indicates the maximum filter item count that can be generated automatically.")]
[DefaultValue()]
[SRCategory("Behavior")]
public int MaxCount {get; set;}

Property Value

A System.Int32 value that represents the maximum count of the filter items that can be automatically generated. The default is 1000.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException The specified value when setting this property is less than 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

 

 


Copyright © GrapeCity, inc. All rights reserved.