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.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

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