Back to Devexpress

RoundPanelSettings Class

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

latest2.2 KB
Original Source

RoundPanelSettings Class

Contains the RoundPanel extension settings.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class RoundPanelSettings :
    SettingsBase
vb
Public Class RoundPanelSettings
    Inherits SettingsBase

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.

Inheritance

Object SettingsBase RoundPanelSettings

See Also

RoundPanelSettings Members

RoundPanel

RoundPanelExtension

DevExpress.Web.Mvc Namespace