Describes different behaviors of property set construction.
Definition
Namespace:Telerik.Windows.Controls.Data.PropertyGrid
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
C#
public enum PropertySetOperation
Fields
Constructs an intersection set of items' properties.
C#
Intersection = 1
Does not construct a property set.
C#
None = 0
Constructs a union set of items' properties.
C#
Union = 2