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

BootstrapHyperLinkProperties.IconCssClassField Property

Gets or sets the data source field that provides names of CSS classes that define images displayed by the inplace editor’s hyperlink.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v18.2.dll

Declaration

[DefaultValue("")]
public string IconCssClassField { get; set; }

Property Value

Type Default Description
String String.Empty

A string value that specifies the name of the data source field from which the editor obtains CSS class names.

Remarks

If an editor is used inplace within the Grid View‘s column, the IconCssClassField property can be used to specify the name of the data source field that provides the hyperlink image CSS classes for the editor. If the image CSS class is data bound to a field, the image CSS class in each row’s hyperlink editor is set to the corresponding value in the specified field.

For a standalone editor, the hyperlink image location can be specified via the BootstrapHyperlinkCssClasses.Icon property.

See Also