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

SplitterControl Class

Allows end-users to resize controls that are docked to the splitter’s edges.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v18.1.dll

Declaration

[ToolboxTabName("DX.18.1: Navigation & Layout")]
[ToolboxBitmap(typeof(ToolboxIconsRootNS), "SplitterControl")]
public class SplitterControl :
    Splitter,
    ISupportLookAndFeel,
    IXtraSerializable,
    IXtraSerializable2

Remarks

The Splitter Control gives end-users the ability to resize controls that are docked to its edges at runtime. The base functionality is inherited from the Splitter class.

SplitterControl

The Splitter Control supports the look and feel mechanism and appearances. It introduces the SplitterControl.LookAndFeel and SplitterControl.Appearance properties that allow the control’s look and feel and appearance settings to be accessed, respectively.

The following code snippets (auto-collected from DevExpress Examples) contain references to the SplitterControl class.

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