ExcelFilteringDataEventArgs.GetDisplayTexts() Method
Returns an array of strings representing captions for filters in the popup.
Namespace: DevExpress.XtraEditors.Filtering
Assembly: DevExpress.XtraEditors.v24.2.dll
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public string[] GetDisplayTexts()
Returns
Type | Description |
---|---|
String[] | An array of strings representing captions for filters in the popup. |
See Also