aspnetmvc-devexpress-dot-web-dot-mvc-1f8c15d9.md
Represents an extension object implementing the Splitter functionality.
Namespace : DevExpress.Web.Mvc
Assembly : DevExpress.Web.Mvc5.v25.2.dll
NuGet Package : DevExpress.Web.Mvc5
public class SplitterExtension :
ExtensionBase
Public Class SplitterExtension
Inherits ExtensionBase
The following members return SplitterExtension objects:
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.
Object ExtensionBase SplitterExtension
See Also