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

LayoutItemBase.Name Property

Gets or sets the unique identifier name for the current layout item or layout group.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue("")]
public string Name { get; set; }

Property Value

Type Default Description
String String.Empty

A string value that specifies the layout item’s unique identifier name.

Remarks

The Name property specifies the unique identifier name for the current layout item or group. This property can be used at runtime to obtain a particular layout item or group specified by its unique identifier name (via the ASPxFormLayout.FindItemOrGroupByName method) rather than by its field name or path.

See Also