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.
Name | Description |
---|---|
Can |
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. |
Default |
Specifies how data source contents are sorted by default, when sort order is not specified by the bound control. |
Design |
Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
Element |
Specifies the type of objects retrieved from a data source. |
Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
Key |
Gets or sets the key expression. |
Queryable |
Gets or sets the queryable data source. |
Site | Gets or sets the ISite of the Component. Inherited from Component. |
See Also