Skip to main content

VirtualServerModeRowsEventArgs.ConfigurationInfo Property

Gets information on the grid’s current sorting, filtering and summary configuration.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v25.2.dll

NuGet Package: DevExpress.Data

Declaration

public VirtualServerModeConfigurationInfo ConfigurationInfo { get; }

Property Value

Type Description
VirtualServerModeConfigurationInfo

An object that provides the grid’s sorting, filtering and summary configuration.

The following code snippets (auto-collected from DevExpress Examples) contain references to the ConfigurationInfo property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also