Back to Devexpress

RepositoryItemPopupContainerEdit.UsePopupControlMinSize Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitempopupcontaineredit-dd36c573.md

latest1.9 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(false)]
[DXCategory("Behavior")]
public virtual bool UsePopupControlMinSize { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(False)>
Public Overridable Property UsePopupControlMinSize As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

PopupFormMinSize

RepositoryItemPopupContainerEdit Class

RepositoryItemPopupContainerEdit Members

DevExpress.XtraEditors.Repository Namespace