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. |
Default | A Resize |
#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.