NewsItemSettings.DateVerticalPosition Property
Gets or sets the date’s vertical position within news items.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
[DefaultValue(DateVerticalPosition.BelowHeader)]
public override DateVerticalPosition DateVerticalPosition { get; set; }
Property Value
Type | Default | Description |
---|---|---|
DateVerticalPosition | BelowHeader | A DateVerticalPosition enumeration value that specifies the date’s vertical position within news items. |
Available values:
Name | Description |
---|---|
Top | The date is displayed at the headline’s top. |
Header | The date is displayed within the headline’s header. |
BelowHeader | The date is displayed below the headline’s header. |
Bottom | The date is displayed at the headline’s bottom. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to DateVerticalPosition |
---|---|
ASPxNewsControl |
|
See Also