Gets or sets the maximum count of the filter items that can be automatically generated.
<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.
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