Back to Devexpress

ASPxVerticalGrid.SettingsPopup Property

aspnet-devexpress-dot-web-dot-aspxverticalgrid-9ab4c3e3.md

latest1.4 KB
Original Source

ASPxVerticalGrid.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 ASPxVerticalGridPopupControlSettings SettingsPopup { get; }
vb
Public ReadOnly Property SettingsPopup As ASPxVerticalGridPopupControlSettings

Property Value

TypeDescription
ASPxVerticalGridPopupControlSettings

An ASPxVerticalGridPopupControlSettings object that contains the popup element settings.

|

Remarks

Use the SettingsPopup property to access the settings of different popup elements within a grid (i.e., popup header filter).

See Also

Vertical Grid

ASPxVerticalGrid Class

ASPxVerticalGrid Members

DevExpress.Web Namespace