Click or drag to resize

StiPropertyCollection Class

[Missing <summary> documentation for "T:Stimulsoft.Report.PropertyGrid.StiPropertyCollection"]

Inheritance Hierarchy
SystemObject
  System.Collections.GenericDictionaryStiPropertyCategories, StiPropertyObject
    Stimulsoft.Report.PropertyGridStiPropertyCollection

Namespace:  Stimulsoft.Report.PropertyGrid
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public sealed class StiPropertyCollection : Dictionary<StiPropertyCategories, StiPropertyObject[]>

The StiPropertyCollection type exposes the following members.

Constructors
  NameDescription
Public methodStiPropertyCollection
Initializes a new instance of the StiPropertyCollection class
Top
Properties
  NameDescription
Public propertyComparer (Inherited from DictionaryStiPropertyCategories, StiPropertyObject.)
Public propertyCount (Inherited from DictionaryStiPropertyCategories, StiPropertyObject.)
Public propertyItem (Inherited from DictionaryStiPropertyCategories, StiPropertyObject.)
Public propertyKeys (Inherited from DictionaryStiPropertyCategories, StiPropertyObject.)
Public propertyValues (Inherited from DictionaryStiPropertyCategories, StiPropertyObject.)
Top
Methods
  NameDescription
Public methodAdd (Inherited from DictionaryStiPropertyCategories, StiPropertyObject.)
Public methodClear (Inherited from DictionaryStiPropertyCategories, StiPropertyObject.)
Public methodContainsKey (Inherited from DictionaryStiPropertyCategories, StiPropertyObject.)
Public methodContainsValue (Inherited from DictionaryStiPropertyCategories, StiPropertyObject.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from DictionaryStiPropertyCategories, StiPropertyObject.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetObjectData (Inherited from DictionaryStiPropertyCategories, StiPropertyObject.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodOnDeserialization
Implements the ISerializable interface and raises the deserialization event when the deserialization is complete.
(Inherited from DictionaryStiPropertyCategories, StiPropertyObject.)
Public methodRemove (Inherited from DictionaryStiPropertyCategories, StiPropertyObject.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetValue (Inherited from DictionaryStiPropertyCategories, StiPropertyObject.)
Top
See Also