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

SplitContainerControl.SplitterBounds Property

Gets the splitter’s size and location.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[Browsable(false)]
public Rectangle SplitterBounds { get; }

Property Value

Type Description
Rectangle

A Rectangle structure which represents the size and location of the splitter.

See Also