Skip to main content
Tab

LayoutBreakpoint.Name Property

Specifies a unique breakpoint identifier.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

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

#Property Value

Type Default Description
String String.Empty

A string value specifying the breakpoint name.

See Also