Skip to main content

RepositoryItemPopupBase.PopupResizeMode Property

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.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