Back to Devexpress

AccordionControlElement Properties

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-accordioncontrolelement-dot-underscore-properties.md

latest15.5 KB
Original Source

AccordionControlElement Properties

An element within AccordionControl.

NameDescription
AccessibleDescriptionGets or sets the object’s description used by accessibility client applications. Inherited from AccordionControlElementBase.
AccessibleNameGets or sets the object’s name used by accessibility client applications. Inherited from AccordionControlElementBase.
AccessibleRoleGets or sets the object’s accessible role. Inherited from AccordionControlElementBase.
AccordionControlGets the parent AccordionControl.
AllowGlyphSkinningGets or sets whether or not this AccordionControlElement supports glyph skinning. Inherited from AccordionControlElementBase.
AppearanceProvides access to groups of appearance settings, applied to this AccordionControlElement in different visual states.
CanRaiseEvents protectedGets a value indicating whether the component can raise an event. Inherited from Component.
CommandGets or sets the ICommand whose Execute(Object) method will be called when the Click event is invoked.
CommandParameterGets or sets the parameter that is passed to the command specified by the Command property.
ContainerGets the IContainer that contains the Component. Inherited from Component.
ContentContainerAllows you to assign a custom control container to the element. The control container is displayed in an expandable area below the element’s header. The ContentContainer property is in effect for elements of the Item style (see AccordionControlElement.Style). Inherited from AccordionControlElementBase.
ContextButtonsProvides access to context buttons displayed in this navigation element. Inherited from AccordionControlElementBase.
ControlFooterAlignmentGets or sets whether the element is aligned at the near or far side of the control footer in the accordion control’s expanded state.
DesignMode protectedGets a value that indicates whether the Component is currently in design mode. Inherited from Component.
ElementsProvides access to the collection of nested elements.
EnabledGets or sets whether the element is enabled. Inherited from AccordionControlElementBase.
Events protectedGets the list of event handlers that are attached to this Component. Inherited from Component.
ExpandedGets or sets whether the element is expanded. Inherited from AccordionControlElementBase.
HeaderControlGets or sets a custom control displayed in the element header. Inherited from AccordionControlElementBase.
HeaderControlToContextButtonsDistanceObsolete. Gets or sets the distance between the AccordionControlElementBase.HeaderControl and context buttons. Use the HeaderIndent property instead. Inherited from AccordionControlElementBase.
HeaderIndentGets or sets the distance between any neighboring header content blocks for this AccordionControlElement.
HeaderTemplateProvides access to a header template for the current AccordionControlElement. A header template specifies the order and alignment for header content blocks.
HeaderVisibleGets or sets whether the element’s header is visible. Inherited from AccordionControlElementBase.
HeightGets or sets the minimum header height. Inherited from AccordionControlElementBase.
HintGets or sets a regular tooltip displayed when the mouse pointer hovers this element. Inherited from AccordionControlElementBase.
ImageGets or sets the image displayed in the element header. Inherited from AccordionControlElementBase.
ImageIndexGets or sets the index of the image (in the AccordionControl.Images collection) displayed in the element header. Inherited from AccordionControlElementBase.
ImageLayoutModeGets or sets whether the header image (AccordionControlElementBase.Image or AccordionControlElementBase.ImageIndex) is resized and how this is performed. Inherited from AccordionControlElementBase.
ImageOptionsProvides access to all properties that allow you to assign and customize an icon for this AccordionControlElementBase. Inherited from AccordionControlElementBase.
ImagesReturns the image collection assigned to the AccordionControl.Images property. Inherited from AccordionControlElementBase.
ImageUriGets or sets the uniform resource identifier (URI) of the image from the DX Image Gallery displayed in the current AccordionControlElement. Inherited from AccordionControlElementBase.
IsVisibleGets whether the current element is displayed.
LevelGets or sets the element’s hierarchy level.
NameGets or sets the name of this element. Inherited from AccordionControlElementBase.
OwnerElementReturns an AccordionControlElement that owns this element. Inherited from AccordionControlElementBase.
ShortcutKeyGets or sets the BarShortcut that invokes the element’s Click event.
ShortcutKeyDisplayStringGets the display text of the shortcut assigned to the AccordionControlElement.
SiteGets or sets the ISite of the Component. Inherited from Component.
StyleGets or sets whether the element is considered a group or an item.
SuperTipGets or sets a super tooltip displayed when the mouse pointer hovers this element. Inherited from AccordionControlElementBase.
TagGets or sets an object that contains custom data for the current element. Inherited from AccordionControlElementBase.
TagInternalThis member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from AccordionControlElementBase.
TextGets or sets the text displayed in the element header. Inherited from AccordionControlElementBase.
TextPositionObsolete. Gets or sets the position of the AccordionControlElementBase.Text relative to the image (AccordionControlElementBase.Image or AccordionControlElementBase.ImageIndex). Inherited from AccordionControlElementBase.
TextToImageDistanceObsolete. Gets or sets the distance between the text and image in the element’s header. Use the HeaderIndent property instead. Inherited from AccordionControlElementBase.
VisibleGets or sets whether the current element is visible. Inherited from AccordionControlElementBase.
VisibleInFooterGets or sets whether the footer displays the current root group’s button. This property is in effect for root groups.

See Also

AccordionControlElement Class

AccordionControlElement Members

DevExpress.XtraBars.Navigation Namespace