Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
151311 | Feb 6,2020 12:33 PM UTC | Feb 7,2020 09:31 AM UTC | WinForms | 1 |
![]() |
Tags: GridGroupingControl |
//Event subscription
this.gridGroupingControl1.TableDescriptor.RecordFilters.Changed += RecordFilters_Changed;
//Event customization
private void RecordFilters_Changed(object sender, Syncfusion.Collections.ListPropertyChangedEventArgs e)
{
RecordFilterDescriptorCollection recordFilters = this.gridGroupingControl1.TableDescriptor.RecordFilters;
string compareText = recordFilters[recordFilters.Count - 1].Conditions[0].CompareText;
} |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.