Skip to main content

RoundPanelSettings.ContentHeight Property

Gets or sets a round panel content‘s height.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public Unit ContentHeight { get; set; }

Property Value

Type Description
Unit

A Unit value specifying the height.

Remarks

Use the ContentHeight property to define the height of an element containing the round panel’s content.

See Also