Back to Devexpress

ASPxNewsControl.NavigateUrlField Property

aspnet-devexpress-dot-web-dot-aspxnewscontrol-90ae2a92.md

latest1.7 KB
Original Source

ASPxNewsControl.NavigateUrlField Property

Gets or sets the data source field which provides item URLs.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("")]
public string NavigateUrlField { get; set; }
vb
<DefaultValue("")>
Public Property NavigateUrlField As String

Property Value

TypeDefaultDescription
StringString.Empty

A string value that specifies the name of the data source field which contains item URLs.

|

Remarks

When the ASPxNewsControl is data bound, the name of the data field that provides URLs for items is specified by the NavigateUrlField property. Otherwise, if the control functions in unbound mode, use the item’s NewsItem.NavigateUrl property to specify the item’s URL.

See Also

ShowContentAsLink

News Control

ASPxNewsControl Class

ASPxNewsControl Members

DevExpress.Web Namespace