Back to Devexpress

LinqServerModeSource Properties

corelibraries-devexpress-dot-data-dot-linq-dot-linqservermodesource-dot-underscore-properties.md

latest3.2 KB
Original Source

LinqServerModeSource Properties

The data source for the GridControl and PivotGridControl that binds these controls to any queryable source (e.g., ‘LINQ to SQL Classes’ or XPQuery<T>) 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 sort order is not specified by the bound control.
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.
KeyExpressionGets or sets the key expression.
QueryableSourceGets or sets the queryable data source.
SiteGets or sets the ISite of the Component. Inherited from Component.

See Also

LinqServerModeSource Class

LinqServerModeSource Members

DevExpress.Data.Linq Namespace