Interface IDefaultGridViewDescriptorEnumerator
Inherited Members
Namespace: LemonEdge.Client.UI.API.Views
Assembly: LemonEdge.Client.UI.API.dll
Syntax
public interface IDefaultGridViewDescriptorEnumerator : IDefaultViewDescriptorEnumerator, IHaveAddInListeners
Properties
EntitiesWithDefaultImplementation
Indicates that a ViewDescriptorEnumerator has defaults. This means that it has it's own list of descriptors that it can work with.
Declaration
IEnumerable<(Type ItemType, Type ParentType)> EntitiesWithDefaultImplementation { get; }
Property Value
Type | Description |
---|---|
IEnumerable<(Type ItemType, Type ParentType)> |