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