TitleIndexItem(String, String, String) Constructor
Initializes a new instance of the TitleIndexItem class with the specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public TitleIndexItem(
string text,
string navigateUrl,
string name
)
Public Sub New(
text As String,
navigateUrl As String,
name As String
)
Parameters
Name | Type | Description |
---|---|---|
text | String | A String value specifying the item's display text. Initializes the item's TitleIndexItem.Text property. |
navigateUrl | String | A String value specifying the URL to which the browser navigates when the item is clicked. Initializes the item's TitleIndexItem.NavigateUrl property. |
name | String | A string value that specifies the item's unique identifier name. |
See Also
Feedback