Back to Devexpress

TitleIndexItemStyle.CurrentItemStyle Property

aspnet-devexpress-dot-web-dot-titleindexitemstyle.md

latest1.5 KB
Original Source

TitleIndexItemStyle.CurrentItemStyle Property

Gets the style settings for the data item that refers to the page currently displayed within the client browser.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public AppearanceSelectedStyle CurrentItemStyle { get; }
vb
Public ReadOnly Property CurrentItemStyle As AppearanceSelectedStyle

Property Value

TypeDescription
AppearanceSelectedStyle

A AppearanceSelectedStyle object that contains the style settings.

|

Remarks

The CurrentItemStyle property provides access to the style settings which define the appearance style of the data item whose URL corresponds to the web page which the ASPxTitleIndex control belongs to.

See Also

TitleIndexItemStyle Class

TitleIndexItemStyle Members

DevExpress.Web Namespace