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

FilterPopupExcelParseFilterCriteriaEventArgs.Properties Property

Gets the processed row’s properties.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v19.2.dll

Declaration

public RowProperties Properties { get; }

Property Value

Type Description
RowProperties

An object that specifies the processed row’s properties.

See Also