WcfServerModeDataSource Properties
A non-visual component that can be used as a data source for the GridControl and SearchLookUpEdit controls in Server Mode. Can be associated with a WCF data service.Name | Description |
---|---|
DataContext | Gets or sets the data context for an element when it participates in data binding. Inherited from FrameworkElement. |
DataServiceContext | Gets or sets a data service context. |
DefaultSorting | Specifies how data source contents are sorted by default, when the sort order is not specified by the bound control. This is a dependency property. |
DefaultStyleKey protected | Gets or sets the key to use to reference the style for this control, when theme styles are used or defined. Inherited from FrameworkElement. |
ElementType | Gets or sets the type of objects retrieved from a data source. This is a dependency property. |
FixedFilter | Gets or sets the criteria used to filter objects on the data store side. These criteria are never affected by bound data-aware controls. This is a dependency property. |
FlowDirection | Gets or sets the direction that text and other user interface (UI) elements flow within any parent element that controls their layout. Inherited from FrameworkElement. |
HandlesScrolling protected | Gets a value that indicates whether a control supports scrolling. Inherited from Control. |
HasEffectiveKeyboardFocus protected | Gets a value that indicates whether the UIElement has focus. Inherited from UIElement. |
InheritanceBehavior protected | Gets or sets the scope limits for property value inheritance, resource key lookup, and RelativeSource FindAncestor lookup. Inherited from FrameworkElement. |
IsEnabledCore protected | Gets a value that becomes the return value of IsEnabled in derived classes. Inherited from UIElement. |
KeyExpression | Gets or sets the name of the key property. This is a dependency property. |
LogicalChildren protected | Gets an enumerator for logical child elements of this element. Inherited from FrameworkElement. |
Name | Gets or sets the identifying name of the element. The name provides a reference so that code-behind, such as event handler code, can refer to a markup element after it is constructed during processing by a XAML processor. Inherited from FrameworkElement. |
Query | Gets or sets the query request to a WCF Data Service. This is a dependency property. |
ServiceRoot | This member supports the internal infrastructure and is not intended to be used directly from your code. |
StylusPlugIns protected | Gets a collection of all stylus plug-in (customization) objects associated with this element. Inherited from UIElement. |
Tag | Gets or sets an arbitrary object value that can be used to store custom information about this element. Inherited from FrameworkElement. |
UseExtendedDataQuery | Gets or sets whether the grid control extends data queries to speed up the performance. This is a dependency property. |
VisualBitmapEffect protected | Gets or sets the BitmapEffect value for the Visual. Inherited from Visual. |
VisualBitmapEffectInput protected | Gets or sets the BitmapEffectInput value for the Visual. Inherited from Visual. |
VisualBitmapScalingMode protected | Gets or sets the BitmapScalingMode for the Visual. Inherited from Visual. |
VisualCacheMode protected | Gets or sets a cached representation of the Visual. Inherited from Visual. |
VisualChildrenCount protected | Gets the number of visual child elements within this element. Inherited from FrameworkElement. |
VisualClearTypeHint protected | Gets or sets the ClearTypeHint that determines how ClearType is rendered in the Visual. Inherited from Visual. |
VisualClip protected | Gets or sets the clip region of the Visual as a Geometry value. Inherited from Visual. |
VisualEdgeMode protected | Gets or sets the edge mode of the Visual as an EdgeMode value. Inherited from Visual. |
VisualEffect protected | Gets or sets the bitmap effect to apply to the Visual. Inherited from Visual. |
VisualOffset protected | Gets or sets the offset value of the visual object. Inherited from Visual. |
VisualOpacity protected | Gets or sets the opacity of the Visual. Inherited from Visual. |
VisualOpacityMask protected | Gets or sets the Brush value that represents the opacity mask of the Visual. Inherited from Visual. |
VisualParent protected | Gets the visual tree parent of the visual object. Inherited from Visual. |
VisualScrollableAreaClip protected | Gets or sets a clipped scrollable area for the Visual. Inherited from Visual. |
VisualTextHintingMode protected | Gets or sets the TextHintingMode of the Visual. Inherited from Visual. |
VisualTextRenderingMode protected | Gets or sets the TextRenderingMode of the Visual. Inherited from Visual. |
VisualTransform protected | Gets or sets the Transform value for the Visual. Inherited from Visual. |
VisualXSnappingGuidelines protected | Gets or sets the x-coordinate (vertical) guideline collection. Inherited from Visual. |
VisualYSnappingGuidelines protected | Gets or sets the y-coordinate (horizontal) guideline collection. Inherited from Visual. |
See Also