Back to Devexpress

PLinqServerModeSource Properties

corelibraries-devexpress-dot-data-dot-plinq-dot-plinqservermodesource-dot-underscore-properties.md

latest3.4 KB
Original Source

PLinqServerModeSource Properties

The data source for the GridControl, GridLookUpEdit and SearchLookUpEdit controls that binds these controls to any enumerable source in Server Mode.

NameDescription
CanRaiseEvents protectedGets a value indicating whether the component can raise an event. Inherited from Component.
ContainerGets the IContainer that contains the Component. Inherited from Component.
DefaultSortingSpecifies how data source contents are sorted by default, when the sort order is not specified by the bound control.
DegreeOfParallelismSpecifies the maximum number of parallel threads that will be started to process a query.
DesignMode protectedGets a value that indicates whether the Component is currently in design mode. Inherited from Component.
ElementTypeSpecifies the type of objects retrieved from a data source.
Events protectedGets the list of event handlers that are attached to this Component. Inherited from Component.
SiteGets or sets the ISite of the Component. Inherited from Component.
SourceGets or sets the enumerable data source.

See Also

PLinqServerModeSource Class

PLinqServerModeSource Members

DevExpress.Data.PLinq Namespace