Back to Devexpress

BaseView.IsServerMode Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-baseview-4cc8dfbb.md

latest1.7 KB
Original Source

BaseView.IsServerMode Property

Gets whether the View obtains data in Server Mode.

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public bool IsServerMode { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsServerMode As Boolean

Property Value

TypeDescription
Boolean

true if the View obtains data in server mode; otherwise, false.

|

Remarks

See Large Data Sources: Server and Instant Feedback Modes to learn more.

See Also

Large Data Sources: Server and Instant Feedback Modes

BaseView Class

BaseView Members

DevExpress.XtraGrid.Views.Base Namespace