ASPxHeadline.RightPanelStyle Property
In This Article
Gets the style settings used to paint the headline’s right panel.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public HeadlinePanelStyle RightPanelStyle { get; }
#Property Value
Type | Description |
---|---|
Headline |
A Headline |
#Remarks
The right panel is displayed in the cases listed below:
the headline’s image specified by the ASPxHeadline.Image property is aligned to the headline’s right (the ASPxHeadline.ImagePosition property is set to HeadlineImagePosition.Right);
- the ASPxHeadline.DateHorizontalPosition property is set to DateHorizontalPosition.OutsideRight, provided that the ASPxHeadline.Date property is specified.
See Also