Skip to main content
.NET 6.0+

XPServerModeView Properties

A data source that binds DevExpress grid controls with data tables and allows retrieving data from the server side.
Name Description
CanRaiseEvents protected Gets a value indicating whether the component can raise an event. Inherited from Component.
Container Gets the IContainer that contains the Component. Inherited from Component.
DesignMode protected Gets a value that indicates whether the Component is currently in design mode. Inherited from Component.
Events protected Gets the list of event handlers that are attached to this Component. Inherited from Component.
FixedFilterCriteria Specifies the criteria used to filter items on the data store side. Bound data-aware controls never affect the criteria.
FixedFilterString Specifies a string that contains the criteria used to filter items on the data store side. Bound data-aware controls never affect the criteria.
ObjectClassInfo Gets or sets the XPClassInfo that describes the type of items the target data table contains.
ObjectType Gets or sets the type of items the target data table contains.
Properties Gets a ServerViewPropertiesCollection object that contains information on a persistent type’s property names, criteria, and sort order.
Session Gets or sets a session used to load persistent objects.
Site Gets or sets the ISite of the Component. Inherited from Component.
See Also