Skip to main content
A newer version of this page is available. .

RoundPanelSettings.Parts Property

Gets the settings that define different parts of the panel.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public RoundPanelParts Parts { get; }

Property Value

Type Description
RoundPanelParts

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

See Also