EnumPropertySetOperation
Enum
Describes different behaviors of property set construction.
Definition
Namespace:Telerik.Windows.Controls.Data.PropertyGrid
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
cs-api-definition
public enum PropertySetOperation
Fields
Intersection
Constructs an intersection set of items' properties.
None
Does not construct a property set.
Union
Constructs a union set of items' properties.