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.v19.1.dll

Declaration

[Browsable(false)]
public string[] GetDisplayTexts()

Returns

Type Description
String[]

An array of strings representing captions for filters in the popup.

See Also