Skip to main content

PopupBaseEditSettings.IsSharedPopupSize Property

Gets or sets whether the dropdown's size is shared between multiple popup editors created from the PopupBaseEditSettings class. This is a dependency property.

Namespace: DevExpress.Xpf.Editors.Settings

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

[SkipPropertyAssertion]
public bool IsSharedPopupSize { get; set; }

#Property Value

Type Description
Boolean

true to share the dropdown's size between multiple popup editors; otherwise, false.

#Remarks

Setting the IsSharedPopupSize property for a standalone editor has no effect.

See Also