Skip to main content
Tab

PopupWindow.Name Property

Gets or sets the unique identifier name for the current popup window object.

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 that specifies the popup window’s unique identifier name.

#Remarks

The Name property specifies the unique identifier name for the current popup window. This property can be used at runtime to obtain a particular popup window specified by its unique identifier name (via either the server-side PopupWindowCollection.FindByName or client-side ASPxClientPopupControl.GetWindowByName method depending upon whether the processing is performed on the server or client side) rather than by its index and display text.

See Also