IndexPanelItemStyle.DisabledStyle Property
In This Article
Gets the style settings of index characters (index panel items) which don’t correspond to any existing data item.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public virtual DisabledStyle DisabledStyle { get; }
#Property Value
Type | Description |
---|---|
Disabled |
An object that contains style settings. |
#Remarks
This property is in effect when the IndexPanel.ShowNonExistingItems property is set to true
and no specific grouping is applied within a ASPxTitleIndex control via either the ASPxTitleIndex.GroupingField property or TitleIndexItem.GroupValue property.
See Also