AccordionControlElement Members
An element within AccordionControl.Constructors
Name | Description |
---|---|
AccordionControlElement() | Initializes a new instance of the AccordionControlElement class. |
AccordionControlElement(ElementStyle) | Initializes a new instance of the AccordionControlElement class with the specified style. |
Properties
Name | Description |
---|---|
AccessibleDescription | Gets or sets the object’s description used by accessibility client applications. Inherited from AccordionControlElementBase. |
AccessibleName | Gets or sets the object’s name used by accessibility client applications. Inherited from AccordionControlElementBase. |
AccessibleRole | Gets or sets the object’s accessible role. Inherited from AccordionControlElementBase. |
AccordionControl | Gets the parent AccordionControl. |
AllowGlyphSkinning | Gets or sets whether or not this AccordionControlElement supports glyph skinning. Inherited from AccordionControlElementBase. |
Appearance | Provides access to groups of appearance settings, applied to this AccordionControlElement in different visual states. |
CanRaiseEvents protected | Gets a value indicating whether the component can raise an event. Inherited from Component. |
Command |
Gets or sets the ICommand whose Execute(Object) method will be called when the Click event is invoked.
|
CommandParameter |
Gets or sets the parameter that is passed to the command specified by the Command property.
|
Container | Gets the IContainer that contains the Component. Inherited from Component. |
ContentContainer | Allows 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. |
ContextButtons | Provides access to context buttons displayed in this navigation element. Inherited from AccordionControlElementBase. |
ControlFooterAlignment | Gets 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 protected | Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
Elements | Provides access to the collection of nested elements. |
Enabled | Gets or sets whether the element is enabled. Inherited from AccordionControlElementBase. |
Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
Expanded | Gets or sets whether the element is expanded. Inherited from AccordionControlElementBase. |
HeaderControl | Gets or sets a custom control displayed in the element header. Inherited from AccordionControlElementBase. |
HeaderControlToContextButtonsDistance | Obsolete. Gets or sets the distance between the AccordionControlElementBase.HeaderControl and context buttons. Inherited from AccordionControlElementBase. |
HeaderIndent | Gets or sets the distance between any neighboring header content blocks for this AccordionControlElement. |
HeaderTemplate | Provides access to a header template for the current AccordionControlElement. A header template specifies the order and alignment for header content blocks. |
HeaderVisible | Gets or sets whether the element’s header is visible. Inherited from AccordionControlElementBase. |
Height | Gets or sets the minimum header height. Inherited from AccordionControlElementBase. |
Hint | Gets or sets a regular tooltip displayed when the mouse pointer hovers this element. Inherited from AccordionControlElementBase. |
Image | Gets or sets the image displayed in the element header. Inherited from AccordionControlElementBase. |
ImageIndex | Gets or sets the index of the image (in the AccordionControl.Images collection) displayed in the element header. Inherited from AccordionControlElementBase. |
ImageLayoutMode | Gets or sets whether the header image (AccordionControlElementBase.Image or AccordionControlElementBase.ImageIndex) is resized and how this is performed. Inherited from AccordionControlElementBase. |
ImageOptions | Provides access to all properties that allow you to assign and customize an icon for this AccordionControlElementBase. Inherited from AccordionControlElementBase. |
Images | Returns the image collection assigned to the AccordionControl.Images property. Inherited from AccordionControlElementBase. |
ImageUri | Gets or sets the uniform resource identifier (URI) of the image from the DX Image Gallery displayed in the current AccordionControlElement. Inherited from AccordionControlElementBase. |
IsVisible | Gets whether the current element is displayed. |
Level | Gets or sets the element’s hierarchy level. |
Name | Gets or sets the name of this element. Inherited from AccordionControlElementBase. |
OwnerElement | Returns an AccordionControlElement that owns this element. Inherited from AccordionControlElementBase. |
Site | Gets or sets the ISite of the Component. Inherited from Component. |
Style | Gets or sets whether the element is considered a group or an item. |
SuperTip | Gets or sets a super tooltip displayed when the mouse pointer hovers this element. Inherited from AccordionControlElementBase. |
Tag | Gets or sets an object that contains custom data for the current element. Inherited from AccordionControlElementBase. |
TagInternal | This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from AccordionControlElementBase. |
Text | Gets or sets the text displayed in the element header. Inherited from AccordionControlElementBase. |
TextPosition | Obsolete. Gets or sets the position of the AccordionControlElementBase.Text relative to the image (AccordionControlElementBase.Image or AccordionControlElementBase.ImageIndex). Inherited from AccordionControlElementBase. |
TextToImageDistance | Obsolete. Gets or sets the distance between the text and image in the element’s header. Inherited from AccordionControlElementBase. |
Visible | Gets or sets whether the current element is visible. Inherited from AccordionControlElementBase. |
VisibleInFooter | Gets or sets whether the footer displays the current root group’s button. This property is in effect for root groups. |
Methods
Name | Description |
---|---|
BindCommand(Expression<Action>, Object, Func<Object>) | Uses the command selector to find an appropriate parameterized command in the source and bind it to this AccordionControlElement. |
BindCommand(Object, Func<Object>) | Binds the specific parameterized command to this AccordionControlElement. |
BindCommand<T>(Expression<Action<T>>, Object, Func<T>) | Uses the command selector to find an appropriate parameterized command of the target type in the source and bind it to this AccordionControlElement. |
CreateObjRef(Type) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. Inherited from MarshalByRefObject. |
Dispose() | Releases all resources used by the Component. Inherited from Component. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetLifetimeService() | Retrieves the current lifetime service object that controls the lifetime policy for this instance. Inherited from MarshalByRefObject. |
GetService(Type) protected | Returns an object that represents a service provided by the Component or by its Container. Inherited from Component. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
InitializeLifetimeService() | Obtains a lifetime service object to control the lifetime policy for this instance. Inherited from MarshalByRefObject. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
MemberwiseClone(Boolean) protected | Creates a shallow copy of the current MarshalByRefObject object. Inherited from MarshalByRefObject. |
OnElementCollectionChanged() | Fires when the current element’s AccordionControlElement.Elements collection is modified. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ResetSuperTip() | Removes the SuperToolTip object that has been assigned to the current element. Inherited from AccordionControlElementBase. |
ShouldSerializeHeaderTemplate() | Tests whether or not a header template for this AccordionControlElement object should be serialized. |
ToString() | Returns a String containing the name of the Component, if any. This method should not be overridden. Inherited from Component. |
Events
Name | Description |
---|---|
Click | Fires when the element is clicked. Inherited from AccordionControlElementBase. |
CommandCanExecuteChanged | Occurs when the CanExecute(Object) status of the Command has changed. |
CommandChanged | Occurs after the value of the Command property has changed. |
CommandParameterChanged | Occurs after the value of the CommandParameter property has changed. |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
DragDrop | This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from AccordionControlElementBase. |
EnabledChanged | Fires after the element’s AccordionControlElementBase.Enabled property value has been changed. Inherited from AccordionControlElementBase. |
StyleChanged | Occurs when the AccordionControlElement changes its AccordionControlElement.Style property value. |
VisibleChanged | Fires when the AccordionControlElementBase.Visible property value is changed. Inherited from AccordionControlElementBase. |
See Also