Skip to main content
.NET 6.0+

IModelViewLayoutElement.RelativeSize Property

Specifies the height (width, in the case of a horizontal direction) of the current layout element referenced to the height (width) of its group, in percentage terms.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

double RelativeSize { get; set; }

Property Value

Type Description
Double

A Double value specifying the height (width, in the case of a horizontal direction) of the current layout element referenced to the height (width) of its group, in percentage terms.

See Also