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.v20.2.dll

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

Declaration

public class SplitterControl :
    Splitter,
    ISupportLookAndFeel,
    IXtraSerializable,
    IXtraSerializable2,
    ISupportAppearanceObjectPropertiesFilter

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.

See Also