FilterPopupExcelParseFilterCriteriaEventArgs.Properties Property
In This Article
Gets the processed row’s properties.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
public RowProperties Properties { get; }
#Property Value
Type | Description |
---|---|
Row |
An object that specifies the processed row’s properties. |
See Also