Skip to main content

ExcelFilteringDataEventArgs.GetDisplayTexts() Method

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

Namespace: DevExpress.XtraEditors.Filtering

Assembly: DevExpress.XtraEditors.v23.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