RepositoryItemPopupContainerEdit.UsePopupControlMinSize Property
In This Article
Gets or sets whether the accociated popup control’s minimum size is specified by its MinimumSize property.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DefaultValue(false)]
[DXCategory("Behavior")]
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 Minimum |
See Also