GrapeCity.Win.MultiRow Namespace > FilteringTextBoxCell Class : FilteringCellName Property |
<SRDescriptionAttribute("Indicates the cell name of the corresponding cell whose value is filtered in each row.")> <SRCategoryAttribute("Behavior")> <TypeConverterAttribute("GrapeCity.Win.MultiRow.Design.CellNameTypeConverter, GrapeCity.Win.MultiRow, Version=7.20.20141.0, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9")> <RefreshPropertiesAttribute(RefreshProperties.All)> Public Property FilteringCellName As String
Dim instance As FilteringTextBoxCell Dim value As String instance.FilteringCellName = value value = instance.FilteringCellName
[SRDescription("Indicates the cell name of the corresponding cell whose value is filtered in each row.")] [SRCategory("Behavior")] [TypeConverter("GrapeCity.Win.MultiRow.Design.CellNameTypeConverter, GrapeCity.Win.MultiRow, Version=7.20.20141.0, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9")] [RefreshProperties(RefreshProperties.All)] public string FilteringCellName {get; set;}
private Cell CreateTextFilterCell() { FilteringTextBoxCell filteringTextBoxCell = new FilteringTextBoxCell(); filteringTextBoxCell.FilteringCellIndex = 0; filteringTextBoxCell.ComparisonType = StringComparison.InvariantCultureIgnoreCase; filteringTextBoxCell.FilterComparisonOperator = FilterComparisonOperator.StartsWith; return filteringTextBoxCell; }
Private Function CreateTextFilterCell() As Cell Dim filteringTextBoxCell As New FilteringTextBoxCell() filteringTextBoxCell.FilteringCellIndex = 0 filteringTextBoxCell.ComparisonType = StringComparison.InvariantCultureIgnoreCase filteringTextBoxCell.FilterComparisonOperator = FilterComparisonOperator.StartsWith Return filteringTextBoxCell End Function
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