Back to Devexpress

LinqServerModeDataSource Properties

wpf-devexpress-dot-xpf-dot-core-dot-servermode-dot-linqservermodedatasource-dot-underscore-properties.md

latest13.2 KB
Original Source

LinqServerModeDataSource Properties

A non-visual component that can be used as a data source for the GridControl, PivotGridControl and SearchLookUpEdit controls in Server Mode. Can be associated with any queryable source.

NameDescription
DataContextGets or sets the data context for an element when it participates in data binding. Inherited from FrameworkElement.
DefaultSortingSpecifies 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 protectedGets or sets the key to use to reference the style for this control, when theme styles are used or defined. Inherited from FrameworkElement.
ElementTypeGets or sets the type of objects retrieved from a data source. This is a dependency property.
FlowDirectionGets 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 protectedGets a value that indicates whether a control supports scrolling. Inherited from Control.
HasEffectiveKeyboardFocus protectedGets a value that indicates whether the UIElement has focus. Inherited from UIElement.
InheritanceBehavior protectedGets or sets the scope limits for property value inheritance, resource key lookup, and RelativeSource FindAncestor lookup. Inherited from FrameworkElement.
IsEnabledCore protectedGets a value that becomes the return value of IsEnabled in derived classes. Inherited from UIElement.
KeyExpressionGets or sets the key expression. This is a dependency property.
LogicalChildren protectedGets an enumerator for logical child elements of this element. Inherited from FrameworkElement.
NameGets 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.
QueryableSourceGets or sets the queryable data source. This is a dependency property.
StylusPlugIns protectedGets a collection of all stylus plug-in (customization) objects associated with this element. Inherited from UIElement.
TagGets or sets an arbitrary object value that can be used to store custom information about this element. Inherited from FrameworkElement.
VisualBitmapEffect protectedGets or sets the BitmapEffect value for the Visual. Inherited from Visual.
VisualBitmapEffectInput protectedGets or sets the BitmapEffectInput value for the Visual. Inherited from Visual.
VisualBitmapScalingMode protectedGets or sets the BitmapScalingMode for the Visual. Inherited from Visual.
VisualCacheMode protectedGets or sets a cached representation of the Visual. Inherited from Visual.
VisualChildrenCount protectedGets the number of visual child elements within this element. Inherited from FrameworkElement.
VisualClearTypeHint protectedGets or sets the ClearTypeHint that determines how ClearType is rendered in the Visual. Inherited from Visual.
VisualClip protectedGets or sets the clip region of the Visual as a Geometry value. Inherited from Visual.
VisualEdgeMode protectedGets or sets the edge mode of the Visual as an EdgeMode value. Inherited from Visual.
VisualEffect protectedGets or sets the bitmap effect to apply to the Visual. Inherited from Visual.
VisualOffset protectedGets or sets the offset value of the visual object. Inherited from Visual.
VisualOpacity protectedGets or sets the opacity of the Visual. Inherited from Visual.
VisualOpacityMask protectedGets or sets the Brush value that represents the opacity mask of the Visual. Inherited from Visual.
VisualParent protectedGets the visual tree parent of the visual object. Inherited from Visual.
VisualScrollableAreaClip protectedGets or sets a clipped scrollable area for the Visual. Inherited from Visual.
VisualTextHintingMode protectedGets or sets the TextHintingMode of the Visual. Inherited from Visual.
VisualTextRenderingMode protectedGets or sets the TextRenderingMode of the Visual. Inherited from Visual.
VisualTransform protectedGets or sets the Transform value for the Visual. Inherited from Visual.
VisualXSnappingGuidelines protectedGets or sets the x-coordinate (vertical) guideline collection. Inherited from Visual.
VisualYSnappingGuidelines protectedGets or sets the y-coordinate (horizontal) guideline collection. Inherited from Visual.

See Also

LinqServerModeDataSource Class

LinqServerModeDataSource Members

DevExpress.Xpf.Core.ServerMode Namespace