Back to Devexpress

GridViewPopupMainAreaStyle Class

aspnet-devexpress-dot-web-cac96074.md

latest2.6 KB
Original Source

GridViewPopupMainAreaStyle Class

Contains styles settings defining the appearance of a main area within a grid’s popup elements.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class GridViewPopupMainAreaStyle :
    GridViewStyleBase
vb
Public Class GridViewPopupMainAreaStyle
    Inherits GridViewStyleBase

The following members return GridViewPopupMainAreaStyle objects:

Remarks

An object of the GridViewPopupMainAreaStyle type can be accessed via the GridViewCustomizationWindowPopupStyle.MainArea, GridViewEditFormPopupStyle.MainArea, and GridViewFilterBuilderPopupStyle.MainArea properties of the control.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle DevExpress.Web.GridStyleBase GridViewStyleBase GridViewPopupMainAreaStyle

See Also

GridViewPopupMainAreaStyle Members

Grid View

DevExpress.Web Namespace