Skip to main content

SplitContainerControl.SplitterBounds Property

Gets the splitter’s size and location.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

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