Back to Devexpress

RoundPanelExtension Class

aspnetmvc-devexpress-dot-web-dot-mvc-cb13f899.md

latest2.8 KB
Original Source

RoundPanelExtension Class

Represents an extension object implementing the RoundPanel functionality.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class RoundPanelExtension :
    ExtensionBase
vb
Public Class RoundPanelExtension
    Inherits ExtensionBase

The following members return RoundPanelExtension objects:

Remarks

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

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

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

View Example: Upload Control for ASP.NET MVC - How to upload multiple files simultaneously

Inheritance

Object ExtensionBase RoundPanelExtension

See Also

RoundPanelExtension Members

RoundPanel

RoundPanelSettings

DevExpress.Web.Mvc Namespace