GridControl.ServerMode Property
OBSOLETE
You don't need ServerMode property anymore.
Gets whether server mode is enabled.
Namespace: DevExpress.XtraGrid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[DefaultValue(false)]
[DXCategory("Data")]
[EditorBrowsable(EditorBrowsableState.Never)]
[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.
Related GitHub Examples
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.