LinqServerModeDataSourceSelectEventArgs Properties
Provides data for the LinqServerModeDataSource.Selecting event.| Name | Description |
|---|---|
| DefaultSorting | Specifies how data source contents are sorted by default, when sort order is not specified by the bound control. |
| KeyExpression | Gets or sets the key expression. |
| QueryableSource | Gets or sets the queryable data source. |
See Also