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

SplitterPane.MinSize Property

Gets or sets the pane’s minimum size.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(typeof(Unit), "")]
public Unit MinSize { get; set; }

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the MinSize property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also