Back to Devexpress

HeadlinePanelStyle Class

aspnet-devexpress-dot-web-482f1570.md

latest3.0 KB
Original Source

HeadlinePanelStyle Class

Provides style settings used to paint the left and right panel of individual headlines, and headlines displayed within the ASPxNewsControl.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class HeadlinePanelStyle :
    HeadlineStyle
vb
Public Class HeadlinePanelStyle
    Inherits HeadlineStyle

The following members return HeadlinePanelStyle objects:

Remarks

These settings can be accessed via the ASPxHeadline.LeftPanelStyle and ASPxNewsControl.ItemRightPanelStyle properties.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle HeadlineStyle HeadlinePanelStyle

See Also

HeadlinePanelStyle Members

LeftPanelStyle

ItemRightPanelStyle

Headline

DevExpress.Web Namespace