Back to Devexpress

GridViewTitleStyle Class

aspnet-devexpress-dot-web-def6fe67.md

latest1.9 KB
Original Source

GridViewTitleStyle Class

Contains style settings used to paint the ASPxGridView’s Title Panel.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

The following members return GridViewTitleStyle objects:

Remarks

These settings can be accessed using the GridViewStyles.TitlePanel property.

Implements

IComponent

IDisposable

IStateManager

Inheritance

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

See Also

GridViewTitleStyle Members

Grid View

DevExpress.Web Namespace