Skip to main content
Tab

NewsItem.NavigateUrl Property

Gets or sets the item’s URL.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

[DefaultValue("")]
public string NavigateUrl { get; set; }

#Property Value

Type Default Description
String String.Empty

A string value that specifies the item’s URL.

See Also