Click or drag to resize
FrameNonExpandableInterfaces Property
Configures how reflection-based expansion behaves - see also `df.ExpandColumns`. This (mutable, non-thread-safe) collection specifies interfaces whose implementations should not be expanded. By default, this includes collections such as IList. [category:Configuration]

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public static List<Type> NonExpandableInterfaces { get; }

Property Value

Type: ListType

[Missing <value> documentation for "P:Deedle.Frame.NonExpandableInterfaces"]

See Also