Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RepositoryItemPopupBase.PopupResizeMode Property

Gets or sets whether the popup window’s contents are displayed during resize operations.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[Browsable(false)]
[DefaultValue(ResizeMode.Default)]
[DXCategory("Behavior")]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual ResizeMode PopupResizeMode { get; set; }

#Property Value

Type Default Description
DevExpress.XtraEditors.Controls.ResizeMode Default

A ResizeMode enumeration value that specifies whether the popup window’s contents are displayed during resize operations. The ResizeMode.Default value is equivalent to LiveResize.

#Remarks

If the PopupResizeMode property is set to LiveResize or Default, the window’s contents are displayed during resize operations. If the PopupResizeMode property is set to FrameResize, the popup window’s contents are not displayed when resizing the window. In this case, the window’s bounds are indicated by a frame.

See Also