Gets whether the dictionary is fixed size.

Namespace:  Mindscape.WpfElements.WpfPropertyGrid
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public bool IsFixedSize { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsFixedSize As Boolean

Implements

IDictionary..::.IsFixedSize

See Also