Interface IGridEditorsConfig
Namespace: Umbraco.Core.Configuration.Grid
Assembly: Umbraco.Core.dll
Syntax
public interface IGridEditorsConfig
Properties
View SourceEditors
Declaration
IEnumerable<IGridEditorConfig> Editors { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IGridEditorConfig> |