ASPxNewsControl.ItemRightPanelStyle Property
Gets the style settings used to paint the item's right panel.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public HeadlinePanelStyle ItemRightPanelStyle { get; }
Public ReadOnly Property ItemRightPanelStyle As HeadlinePanelStyle
Property Value
Type | Description |
---|---|
HeadlinePanelStyle | A HeadlinePanelStyle object that contains style settings. |
Available values:
Name | Description |
---|---|
VerticalAlign | Gets or sets the vertical alignment of the panel's contents. |
ImageSpacing | Gets or sets the distance between an image and text within a panel. |
HeadlinePanelStyle() | Initializes a new instance of the HeadlinePanelStyle class. |
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
Feedback