Skip to main content
All docs
V26.1
  • FilterPopupExcelParseFilterCriteriaEventArgs.Properties Property

    Gets the processed row’s properties.

    Namespace: DevExpress.XtraVerticalGrid

    Assembly: DevExpress.XtraVerticalGrid.v26.1.dll

    Declaration

    public RowProperties Properties { get; }

    Property Value

    Type Description
    RowProperties

    An object that specifies the processed row’s properties.

    See Also