Skip to main content
Tab

ASPxRoundPanel.ContentHeight Property

Gets or sets a round panel content‘s height.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(typeof(Unit), "")]
public Unit ContentHeight { get; set; }

Property Value

Type Default Description
Unit String.Empty

A System.Web.UI.WebControls.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