TabControlSettings.ActiveTabImageUrlField Property
Gets or sets the name of a data field (or an xml element’s attribute) which provides URLs for images displayed within tabs when they are in the active state.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
String | A string value that specifies the name of the required data source field. |
Remarks
The ActiveTabImageUrlField property is in effect if the TabControl is bound to a data source (via the TabControlExtension.Bind, TabControlExtension.BindToSiteMap or TabControlExtension.BindToXML methods).
Use the ActiveTabImageUrlField property to specify the bound data source’s data field (or an xml element’s attribute) which stores locations of images that should be displayed within tabs in their active state. The ActiveTabImageUrlField property maps the ActiveTabImage.Url properties of TabBase objects to the specified data field’s values.
If the ActiveTabImageUrlField property of a data bound TabControl is not defined, the TabControl can automatically obtain active tab image locations from a data field which is named as “ActiveTabImageUrl”. You can also handle the TabControlSettings.TabDataBound event to manipulate a tab’s settings as required.