Back to Devexpress

SplitterExtension Class

aspnetmvc-devexpress-dot-web-dot-mvc-1f8c15d9.md

latest2.6 KB
Original Source

SplitterExtension Class

Represents an extension object implementing the Splitter functionality.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class SplitterExtension :
    ExtensionBase
vb
Public Class SplitterExtension
    Inherits 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

SplitterExtension Members

Splitter

SplitterSettings

DevExpress.Web.Mvc Namespace