Back to Devexpress

MergingProperties Members

wpf-devexpress-dot-xpf-dot-bars-dot-mergingproperties-dot-underscore-members.md

latest7.7 KB
Original Source

MergingProperties Members

Provides attached properties that control the bar merging behavior.

Fields

NameDescription
AllowMergingProperty staticObsolete. This property is obsolete. Use the MergingProperties.ElementMergingBehavior property instead.
ElementMergingBehaviorProperty staticIdentifies the MergingProperties.ElementMergingBehavior attached property.
HideElementsProperty staticIdentifies the MergingProperties.HideElements attached property.
NameProperty staticIdentifies the MergingProperties.Name attached property.
ToolBarMergeStyleProperty staticIdentifies the MergingProperties.ToolBarMergeStyle attached property.

Methods

NameDescription
Equals(Object, Object) staticDetermines 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) staticObsolete. Gets the value of the MergingProperties.AllowMerging attached property for a specific object.
GetElementMergingBehavior(DependencyObject) staticGets the value of the MergingProperties.ElementMergingBehavior attached property for a specific object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetHideElements(DependencyObject) staticGets the value of the MergingProperties.HideElements attached property for a specific object.
GetName(DependencyObject) staticGets the value of the MergingProperties.Name attached property for a specific object.
GetToolBarMergeStyle(DependencyObject) staticGets the value of the MergingProperties.ToolBarMergeStyle attached property for a specific object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
SetAllowMerging(DependencyObject, Nullable<Boolean>) staticObsolete. Sets the value of the MergingProperties.AllowMerging attached property for a specific object.
SetElementMergingBehavior(DependencyObject, ElementMergingBehavior) staticSets the value of the MergingProperties.ElementMergingBehavior attached property for a specific object.
SetHideElements(DependencyObject, Boolean) staticSets the value of the MergingProperties.HideElements attached property for a specific object.
SetName(DependencyObject, String) staticSets the value of the MergingProperties.Name attached property for a specific object.
SetToolBarMergeStyle(DependencyObject, ToolBarMergeStyle) staticSets the value of the MergingProperties.ToolBarMergeStyle attached property for a specific object.
ToString()Returns a string that represents the current object. Inherited from Object.

Attached Properties

NameDescription
AllowMerging staticThis property is obsolete. Use the MergingProperties.ElementMergingBehavior property instead.
ElementMergingBehavior staticGets 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 staticFor internal use.
Name staticGets or sets a “merge name”. This is an attached property.
ToolBarMergeStyle staticGets or sets the type of controls for which automatic merging is enabled. This is an attached property.

See Also

MergingProperties Class

DevExpress.Xpf.Bars Namespace