Skip to main content
Tab

NewsItem.Name Property

Gets or sets the item’s unique identifier name.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String String.Empty

A string value that specifies the item’s unique identifier name.

Remarks

The Name property specifies the unique identifier name for the current news item. This property can be used at runtime to obtain a particular item specified by its unique identifier name (via the NewsItemCollection.FindByName method) rather than by its other settings (such as index, display text, header text and date).

See Also