Skip to main content
A newer version of this page is available. .

RepositoryItemPopupContainerEdit.UsePopupControlMinSize Property

Gets or sets whether the accociated popup control’s minimum size is specified by its MinimumSize property.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(false)]
public virtual bool UsePopupControlMinSize { get; set; }

Property Value

Type Default Description
Boolean **false**

true if the popup control’s minimum size is specified by the control’s MinimumSize property; false if the minimum size is specified by the editor’s RepositoryItemPopupBase.PopupFormMinSize property.

See Also