Back to Devexpress

DXFrameworkContentElement Properties

wpf-devexpress-dot-xpf-dot-core-dot-dxframeworkcontentelement-dot-underscore-properties.md

latest16.4 KB
Original Source

DXFrameworkContentElement Properties

Represents the base class for all DevExpress controls inherited from the FrameworkContentElement class.

NameDescription
AllowDropOverrides the AllowDrop property to hide it.
AreAnyTouchesCapturedGets a value that indicates whether at least one touch is captured to this element. Inherited from ContentElement.
AreAnyTouchesCapturedWithinGets a value that indicates whether at least one touch is captured to this element or to any child elements in its visual tree. Inherited from ContentElement.
AreAnyTouchesDirectlyOverGets a value that indicates whether at least one touch is pressed over this element. Inherited from ContentElement.
AreAnyTouchesOverGets a value that indicates whether at least one touch is pressed over this element or any child elements in its visual tree. Inherited from ContentElement.
BindingGroupOverrides the BindingGroup property, to hide it.
CommandBindingsOverrides the CommandBindings property to hide it.
ContextMenuOverrides the ContextMenu property to hide it.
CursorOverrides the Cursor property to hide it.
DataContextGets or sets the data context for an element when it participates in data binding. Inherited from FrameworkContentElement.
DefaultStyleKey protectedGets or sets the key to use to find the style template for this control in themes. Inherited from FrameworkContentElement.
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
FocusableOverrides the Focusable property to hide it.
FocusVisualStyleOverrides the FocusVisualStyle property to hide it.
ForceCursorOverrides the ForceCursor property to hide it.
HasAnimatedPropertiesOverrides the HasAnimatedProperties property to hide it.
InputBindingsOverrides the InputBindings property to hide it.
InputScopeOverrides the InputScope property to hide it.
IsEnabledOverrides the IsEnabled property to hide it.
IsEnabledCore protectedGets a value that becomes the return value of IsEnabled in derived classes. Inherited from ContentElement.
IsFocusedOverrides the IsFocused property to hide it.
IsInitializedGets a value indicating whether this element has been initialized, either by being loaded as Extensible Application Markup Language (XAML), or by explicitly having its EndInit() method called. Inherited from FrameworkContentElement.
IsInputMethodEnabledOverrides the IsInputMethodEnabled property to hide it.
IsKeyboardFocusedOverrides the IsKeyboardFocused property to hide it.
IsKeyboardFocusWithinOverrides the IsKeyboardFocusWithin property to hide it.
IsLoadedGets a value indicating whether this element has been loaded for presentation. Inherited from FrameworkContentElement.
IsMouseCapturedOverrides the IsMouseCaptured property to hide it.
IsMouseCaptureWithinOverrides the IsMouseCaptureWithin property to hide it.
IsMouseDirectlyOverOverrides the IsMouseDirectlyOver property to hide it.
IsMouseOverOverrides the IsMouseOver property to hide it.
IsSealedOverrides the IsSealed property to hide it.
IsStylusCapturedOverrides the IsStylusCaptured property to hide it.
IsStylusCaptureWithinOverrides the IsStylusCaptureWithin property to hide it.
IsStylusDirectlyOverOverrides the IsStylusDirectlyOver property to hide it.
IsStylusOverOverrides the IsStylusOver property to hide it.
LanguageOverrides the Language property to hide it.
LogicalChildren protectedGets an enumerator for the logical child elements of this element. Inherited from FrameworkContentElement.
NameGets or sets the identifying name of the element. The name provides an instance reference so that programmatic code-behind, such as event handler code, can refer to an element once it is constructed during parsing of XAML. Inherited from FrameworkContentElement.
OverridesDefaultStyleOverrides the OverridesDefaultStyle property to hide it.
ParentGets the parent in the logical tree for this element. Inherited from FrameworkContentElement.
ResourcesOverrides the Resources property to hide it.
StyleGets or sets the style to be used by this element. Inherited from FrameworkContentElement.
TagGets or sets an arbitrary object value that can be used to store custom information about this element. Inherited from FrameworkContentElement.
TemplatedParentGets a reference to the template parent of this element. This property is not relevant if the element was not created through a template. Inherited from FrameworkContentElement.
ToolTipThis member supports the internal infrastructure, and is not intended to be used directly from your code.
TouchesCapturedGets all touch devices that are captured to this element. Inherited from ContentElement.
TouchesCapturedWithinGets all touch devices that are captured to this element or any child elements in its visual tree. Inherited from ContentElement.
TouchesDirectlyOverGets all touch devices that are over this element. Inherited from ContentElement.
TouchesOverGets all touch devices that are over this element or any child elements in its visual tree. Inherited from ContentElement.

See Also

DXFrameworkContentElement Class

DXFrameworkContentElement Members

DevExpress.Xpf.Core Namespace