GridViewPopupMainAreaStyle Class
In This Article
Contains styles settings defining the appearance of a main area within a grid’s popup elements.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class GridViewPopupMainAreaStyle :
GridViewStyleBase
#Related API Members
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.
#Inheritance
Object
MarshalByRefObject
Component
Style
AppearanceStyleBase
AppearanceStyle
DevExpress.Web.GridStyleBase
GridViewStyleBase
GridViewPopupMainAreaStyle
See Also