SplitterPane.MinSize Property
Gets or sets the pane’s minimum size.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Unit | String.Empty | A Unit structure that defines the pane’s minimum size (either width or height, depending upon the pane orientation). |
Remarks
If pane resizing is allowed (via the ASPxSplitter.AllowResize and SplitterPane.AllowResize properties), use the MinSize to specify the minimum size that can be defined for the pane using the SplitterPane.Size property or by dragging pane separators at runtime.
Setting this property overrides the value defined via the ASPxSplitter.PaneMinSize property at the splitter control level.
See Also