Skip to main content
Tab

ListEditCustomHighlighting(IEnumerable<String>) Constructor

Initializes a new instance of the ListEditCustomHighlighting class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ListEditCustomHighlighting(
    IEnumerable<string> texts
)

Parameters

Name Type Description
texts IEnumerable<String>

An object that implements the IEnumerable interface.

See Also