PropertyItem.EditorParams property

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Gets or sets the editor parameters that should be passed to the editor while it is being created.

public Dictionary<string, object> EditorParams { get; set; }

Property Value

The editor parameters.

See Also