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

GridViewExportedRowType Enum

Lists values that specify which rows should be exported.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public enum GridViewExportedRowType

Members

Name Description
All

The ASPxGridViewExporter exports all rows displayed within the ASPxGridView.

Selected

The ASPxGridViewExporter exports only selected rows.

Remarks

The values listed by this enumeration are used to set the ASPxGridViewExporter.ExportedRowType property’s value.

See Also