Skip to main content

RoundPanelSettings.Parts Property

Gets the settings that define different parts of the panel.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public RoundPanelParts Parts { get; }

Property Value

Type Description
RoundPanelParts

A RoundPanelParts object that contains settings for the loading panel parts.

See Also