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

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.v18.2.dll

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