Skip to main content
A newer version of this page is available. .

ExcelFilteringDataEventArgs.GetDisplayTexts() Method

Returns an array of strings representing captions for filters in the popup.

Namespace: DevExpress.XtraEditors.Filtering

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

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