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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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