GrapeCity MultiRow Windows Forms Documentation
ExcludeFreezeRowsWhenFilter Property


Gets or sets a value that indicates whether to exclude freeze rows when filtering.
Syntax
<DefaultValueAttribute()>
<SRDescriptionAttribute("Indicaties whether to exclude frozen rows when filtering.")>
<SRCategoryAttribute("Behavior")>
Public Property ExcludeFreezeRowsWhenFilter As Boolean
Dim instance As GcMultiRow
Dim value As Boolean
 
instance.ExcludeFreezeRowsWhenFilter = value
 
value = instance.ExcludeFreezeRowsWhenFilter
[DefaultValue()]
[SRDescription("Indicaties whether to exclude frozen rows when filtering.")]
[SRCategory("Behavior")]
public bool ExcludeFreezeRowsWhenFilter {get; set;}

Property Value

true to exclude freeze rows when filtering; otherwise, false .
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

GcMultiRow Class
GcMultiRow Members

 

 


Copyright © GrapeCity, inc. All rights reserved.