GridHeaderFilterPopupSettings.MinHeight Property
Gets or sets the minimum height of header filter’s popup window.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Unit | "140" | A Unit object that defines the minimum height of the window. |
Remarks
Use the MinHeight and GridHeaderFilterPopupSettings.MinWidth properties to specify header filter popup window size constraints, limiting the window resizing capability of end-users.
See Also