Back to Devexpress

GridViewSearchPanelStyle Class

aspnet-devexpress-dot-web-245e69d6.md

latest2.3 KB
Original Source

GridViewSearchPanelStyle Class

Contains styles settings defining the appearance of a search panel.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

The following members return GridViewSearchPanelStyle objects:

Remarks

An object of the GridViewSearchPanelStyle type can be accessed using the GridViewStyles.SearchPanel property of the control.

Implements

IComponent

IDisposable

IStateManager

Inheritance

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

See Also

GridViewSearchPanelStyle Members

Grid View

Grid View Search Panel

Search Panel

Online Demo: Grid - Search Panel

DevExpress.Web Namespace