Skip to main content
A newer version of this page is available. .
Tab

IndexPanelItemStyle.DisabledForeColor Property

Gets or sets the color of index characters (index panel items) which don’t correspond to any existing data item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(typeof(Color), "")]
public Color DisabledForeColor { get; set; }

Property Value

Type Default Description
Color String.Empty

A Color object that specifies the foreground color of disabled index panel items.

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