Back to Devexpress

GridViewProperties.SettingsPopup Property

aspnet-devexpress-dot-web-dot-gridviewproperties-a009a4e6.md

latest1.3 KB
Original Source

GridViewProperties.SettingsPopup Property

Provides access to the settings of different grid popup elements.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public ASPxGridViewPopupControlSettings SettingsPopup { get; }
vb
Public ReadOnly Property SettingsPopup As ASPxGridViewPopupControlSettings

Property Value

TypeDescription
ASPxGridViewPopupControlSettings

An ASPxGridViewPopupControlSettings object that contains the popup element settings.

|

Remarks

Use the SettingsPopup property to access the settings of different popup elements within a grid.

See Also

ASPxGridLookup

GridViewProperties Class

GridViewProperties Members

DevExpress.Web Namespace