wpf-devexpress-dot-xpf-dot-bars-dot-mergingproperties-dot-underscore-members.md
Provides attached properties that control the bar merging behavior.
| Name | Description |
|---|---|
| AllowMergingProperty static | Obsolete. This property is obsolete. Use the MergingProperties.ElementMergingBehavior property instead. |
| ElementMergingBehaviorProperty static | Identifies the MergingProperties.ElementMergingBehavior attached property. |
| HideElementsProperty static | Identifies the MergingProperties.HideElements attached property. |
| NameProperty static | Identifies the MergingProperties.Name attached property. |
| ToolBarMergeStyleProperty static | Identifies the MergingProperties.ToolBarMergeStyle attached property. |
| Name | Description |
|---|---|
| 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. |
| GetAllowMerging(DependencyObject) static | Obsolete. Gets the value of the MergingProperties.AllowMerging attached property for a specific object. |
| GetElementMergingBehavior(DependencyObject) static | Gets the value of the MergingProperties.ElementMergingBehavior attached property for a specific object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetHideElements(DependencyObject) static | Gets the value of the MergingProperties.HideElements attached property for a specific object. |
| GetName(DependencyObject) static | Gets the value of the MergingProperties.Name attached property for a specific object. |
| GetToolBarMergeStyle(DependencyObject) static | Gets the value of the MergingProperties.ToolBarMergeStyle attached property for a specific object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| SetAllowMerging(DependencyObject, Nullable<Boolean>) static | Obsolete. Sets the value of the MergingProperties.AllowMerging attached property for a specific object. |
| SetElementMergingBehavior(DependencyObject, ElementMergingBehavior) static | Sets the value of the MergingProperties.ElementMergingBehavior attached property for a specific object. |
| SetHideElements(DependencyObject, Boolean) static | Sets the value of the MergingProperties.HideElements attached property for a specific object. |
| SetName(DependencyObject, String) static | Sets the value of the MergingProperties.Name attached property for a specific object. |
| SetToolBarMergeStyle(DependencyObject, ToolBarMergeStyle) static | Sets the value of the MergingProperties.ToolBarMergeStyle attached property for a specific object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
| Name | Description |
|---|---|
| AllowMerging static | This property is obsolete. Use the MergingProperties.ElementMergingBehavior property instead. |
| ElementMergingBehavior static | Gets or sets whether the current container’s elements are merged with elements of outside containers or elements of the same container or both. Also allows you to disable merging. This is an attached property. |
| HideElements static | For internal use. |
| Name static | Gets or sets a “merge name”. This is an attached property. |
| ToolBarMergeStyle static | Gets or sets the type of controls for which automatic merging is enabled. This is an attached property. |
See Also