Back to Devexpress

AccordionControlElementBase Properties

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

latest9.3 KB
Original Source

AccordionControlElementBase Properties

The base class for elements in the AccordionControl.

NameDescription
AccessibleDescriptionGets or sets the object’s description used by accessibility client applications.
AccessibleNameGets or sets the object’s name used by accessibility client applications.
AccessibleRoleGets or sets the object’s accessible role.
AccordionControlGets the AccordionControl that owns the current element.
AllowGlyphSkinningGets or sets whether or not this AccordionControlElement supports glyph skinning.
CanRaiseEvents protectedGets a value indicating whether the component can raise an event. Inherited from Component.
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).
ContextButtonsProvides access to context buttons displayed in this navigation element.
DesignMode protectedGets a value that indicates whether the Component is currently in design mode. Inherited from Component.
EnabledGets or sets whether the element is enabled.
Events protectedGets the list of event handlers that are attached to this Component. Inherited from Component.
ExpandedGets or sets whether the element is expanded.
HeaderControlGets or sets a custom control displayed in the element header.
HeaderControlToContextButtonsDistanceObsolete. Gets or sets the distance between the AccordionControlElementBase.HeaderControl and context buttons. Use the HeaderIndent property instead.
HeaderVisibleGets or sets whether the element’s header is visible.
HeightGets or sets the minimum header height.
HintGets or sets a regular tooltip displayed when the mouse pointer hovers this element.
ImageGets or sets the image displayed in the element header.
ImageIndexGets or sets the index of the image (in the AccordionControl.Images collection) displayed in the element header.
ImageLayoutModeGets or sets whether the header image (AccordionControlElementBase.Image or AccordionControlElementBase.ImageIndex) is resized and how this is performed.
ImageOptionsProvides access to all properties that allow you to assign and customize an icon for this AccordionControlElementBase.
ImagesReturns the image collection assigned to the AccordionControl.Images property.
ImageUriGets or sets the uniform resource identifier (URI) of the image from the DX Image Gallery displayed in the current AccordionControlElement.
NameGets or sets the name of this element.
OwnerElementReturns an AccordionControlElement that owns this element.
SiteGets or sets the ISite of the Component. Inherited from Component.
SuperTipGets or sets a super tooltip displayed when the mouse pointer hovers this element.
TagGets or sets an object that contains custom data for the current element.
TagInternalThis member supports the internal infrastructure, and is not intended to be used directly from your code.
TextGets or sets the text displayed in the element header.
TextPositionObsolete. Gets or sets the position of the AccordionControlElementBase.Text relative to the image (AccordionControlElementBase.Image or AccordionControlElementBase.ImageIndex).
TextToImageDistanceObsolete. Gets or sets the distance between the text and image in the element’s header. Use the HeaderIndent property instead.
VisibleGets or sets whether the current element is visible.

See Also

AccordionControlElementBase Class

AccordionControlElementBase Members

DevExpress.XtraBars.Navigation Namespace