Skip to main content
.NET Framework 4.6.2+

IModelViewLayoutElement.Id Property

Specifies the identifier of a layout element.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v24.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[Required]
string Id { get; set; }

Property Value

Type Description
String

A string specifying the identifier of a layout element.

See Also