ExcelFilteringDataEventArgs.ChangeText(Object, String) Method
Changes the display text in the filter popup for the specified data value.
Namespace: DevExpress.XtraEditors.Filtering
Assembly: DevExpress.XtraEditors.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
value | Object | The data value for which to change the display text. |
text | String | The text to be displayed in the filter popup for the specified data value. |
Returns
Type | Description |
---|---|
Boolean | true if the display text is successfully changed; otherwise, false. |
Remarks
The code snippet below changes the default display text to a custom one for a particular string data value.
See the result below.
See Also