Skip to main content

SplitterExtension Class

Represents an extension object implementing the Splitter functionality.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class SplitterExtension :
    ExtensionBase

The following members return SplitterExtension objects:

Remarks

To declare the Splitter in a View, invoke the ExtensionsFactory.Splitter helper method. This method returns the Splitter extension that is implemented by the SplitterExtension class.

To configure the Splitter extension, pass the SplitterSettings object to the ExtensionsFactory.Splitter helper method as a parameter. The SplitterSettings object contains all the Splitter extension settings.

Refer to the Splitter Overview topic to learn how to add the Splitter extension to your project.

Inheritance

Object
ExtensionBase
SplitterExtension
See Also