GrapeCity MultiRow Windows Forms Documentation
FilterCellName Property


The cell name of the corresponding cells. The filter and sort items will operate on the cells that have the specified name.
Syntax
<SRDescriptionAttribute("Indicates the cell name of the corresponding cells. The filter and sort items will operate in cells with the specified name.")>
<TypeConverterAttribute("GrapeCity.Win.MultiRow.Design.CellNameTypeConverter, GrapeCity.Win.MultiRow, Version=7.20.20141.0, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9")>
<DefaultValueAttribute()>
<SRCategoryAttribute("Behavior")>
<RefreshPropertiesAttribute(RefreshProperties.All)>
Public Property FilterCellName As String
Dim instance As ColumnHeaderCell
Dim value As String
 
instance.FilterCellName = value
 
value = instance.FilterCellName
[SRDescription("Indicates the cell name of the corresponding cells. The filter and sort items will operate in cells with the specified name.")]
[TypeConverter("GrapeCity.Win.MultiRow.Design.CellNameTypeConverter, GrapeCity.Win.MultiRow, Version=7.20.20141.0, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9")]
[DefaultValue()]
[SRCategory("Behavior")]
[RefreshProperties(RefreshProperties.All)]
public string FilterCellName {get; set;}

Property Value

A System.String indicating the name of the corresponding cells. It will be String.Empty after you set a valid FilterCellIndex The default is String.Empty.
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

ColumnHeaderCell Class
ColumnHeaderCell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.