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

GridControl.ServerMode Property

OBSOLETE

You don't need ServerMode property anymore.

Gets whether server mode is enabled.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

[DefaultValue(false)]
[Browsable(false)]
[DXCategory("Data")]
[Obsolete("You don't need ServerMode property anymore.")]
public bool ServerMode { get; set; }

Property Value

Type Default Description
Boolean **false**

true if server mode is enabled; otherwise, false.

Remarks

This property is no longer needed. The grid control will automatically choose the required data binding mode (the regular data binding mode, sync or async server mode) according to the type of the bound data source. See Large Data Sources: Server and Instant Feedback Modes to learn more.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ServerMode 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