Back to Devexpress

TabViewDetailDescriptor Properties

wpf-devexpress-dot-xpf-dot-grid-dot-tabviewdetaildescriptor-dot-underscore-properties.md

latest20.6 KB
Original Source

TabViewDetailDescriptor Properties

Displays multiple Details within a tabbed container.

NameDescription
AllowDropOverrides the AllowDrop property to hide it. Inherited from DXFrameworkContentElement.
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. Inherited from DXFrameworkContentElement.
CommandBindingsOverrides the CommandBindings property to hide it. Inherited from DXFrameworkContentElement.
ContentTemplateGets or sets the template specifying the entire or partial content of a Detail. Inherited from DetailDescriptorBase.
ContextMenuOverrides the ContextMenu property to hide it. Inherited from DXFrameworkContentElement.
CursorOverrides the Cursor property to hide it. Inherited from DXFrameworkContentElement.
DataContextGets or sets the data context for an element when it participates in data binding. Inherited from FrameworkContentElement.
DataControlDetailDescriptorsGets the collection of DataControlDetailDescriptor objects owned by this Detail Descriptor. This method supports the internal infrastructure and is not intended to be used from your code. Inherited from DetailDescriptorBase.
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.
DetailDescriptorsProvides access to Detail Descriptors to be displayed by this multi-detail container. Inherited from MultiDetailDescriptor.
DetailViewIndentsGets a collection of master view’s row indents specifying how to position detail rows. This member supports the control’s internal infrastructure; it is not intended to be used from your code. Inherited from DetailDescriptorBase.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
FocusableOverrides the Focusable property to hide it. Inherited from DXFrameworkContentElement.
FocusVisualStyleOverrides the FocusVisualStyle property to hide it. Inherited from DXFrameworkContentElement.
ForceCursorOverrides the ForceCursor property to hide it. Inherited from DXFrameworkContentElement.
HasAnimatedPropertiesOverrides the HasAnimatedProperties property to hide it. Inherited from DXFrameworkContentElement.
HeaderContentGets or sets the detail section’s header content. This is a dependency property. Inherited from ContentDetailDescriptor.
HeaderContentTemplateGets or sets the template that will represent the Detail’s header section. Inherited from DetailDescriptorBase.
InputBindingsOverrides the InputBindings property to hide it. Inherited from DXFrameworkContentElement.
InputScopeOverrides the InputScope property to hide it. Inherited from DXFrameworkContentElement.
IsEnabledOverrides the IsEnabled property to hide it. Inherited from DXFrameworkContentElement.
IsEnabledCore protectedGets a value that becomes the return value of IsEnabled in derived classes. Inherited from ContentElement.
IsFocusedOverrides the IsFocused property to hide it. Inherited from DXFrameworkContentElement.
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. Inherited from DXFrameworkContentElement.
IsKeyboardFocusedOverrides the IsKeyboardFocused property to hide it. Inherited from DXFrameworkContentElement.
IsKeyboardFocusWithinOverrides the IsKeyboardFocusWithin property to hide it. Inherited from DXFrameworkContentElement.
IsLoadedGets a value indicating whether this element has been loaded for presentation. Inherited from FrameworkContentElement.
IsMouseCapturedOverrides the IsMouseCaptured property to hide it. Inherited from DXFrameworkContentElement.
IsMouseCaptureWithinOverrides the IsMouseCaptureWithin property to hide it. Inherited from DXFrameworkContentElement.
IsMouseDirectlyOverOverrides the IsMouseDirectlyOver property to hide it. Inherited from DXFrameworkContentElement.
IsMouseOverOverrides the IsMouseOver property to hide it. Inherited from DXFrameworkContentElement.
IsSealedOverrides the IsSealed property to hide it. Inherited from DXFrameworkContentElement.
IsStylusCapturedOverrides the IsStylusCaptured property to hide it. Inherited from DXFrameworkContentElement.
IsStylusCaptureWithinOverrides the IsStylusCaptureWithin property to hide it. Inherited from DXFrameworkContentElement.
IsStylusDirectlyOverOverrides the IsStylusDirectlyOver property to hide it. Inherited from DXFrameworkContentElement.
IsStylusOverOverrides the IsStylusOver property to hide it. Inherited from DXFrameworkContentElement.
LanguageOverrides the Language property to hide it. Inherited from DXFrameworkContentElement.
MarginGets or sets a value that specifies detail grid margins. This is a dependency property. Inherited from DetailDescriptorBase.
NameGets or sets the detail descriptor name. Inherited from DetailDescriptorBase.
OverridesDefaultStyleOverrides the OverridesDefaultStyle property to hide it. Inherited from DXFrameworkContentElement.
ParentGets the parent in the logical tree for this element. Inherited from FrameworkContentElement.
ResourcesOverrides the Resources property to hide it. Inherited from DXFrameworkContentElement.
ShowHeaderGets or sets the detail header section’s visibility. Inherited from DetailDescriptorBase.
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. Inherited from DXFrameworkContentElement.
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

TabViewDetailDescriptor Class

TabViewDetailDescriptor Members

DevExpress.Xpf.Grid Namespace