AsyncLookupEditorAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Indicates that the target property should use a "Lookup" editor with "async" set to true.

[AttributeUsage(AttributeTargets.All)]
public class AsyncLookupEditorAttribute : LookupEditorAttribute

Public Members

name description
AsyncLookupEditorAttribute(…) Initializes a new instance of the AsyncLookupEditorAttribute class. (2 constructors)
const Key Editor type key

See Also