Back to Devexpress

ASPxTitleIndex.DescriptionField Property

aspnet-devexpress-dot-web-dot-aspxtitleindex-028a92b1.md

latest1.6 KB
Original Source

ASPxTitleIndex.DescriptionField Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDefaultDescription
StringString.Empty

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

|

Remarks

When the ASPxTitleIndex is data bound, the name of the data field that provides item descriptions is specified by the DescriptionField property. Otherwise, if the control functions in unbound mode, use the item’s TitleIndexItem.Description property instead.

See Also

Title Index

ASPxTitleIndex Class

ASPxTitleIndex Members

DevExpress.Web Namespace