Class PropertySetOperation
Describes different behaviors of property set construction.
Inheritance
System.Object
PropertySetOperation
Namespace: Telerik.Windows.Controls.Data.PropertyGrid
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public sealed class PropertySetOperation : Enum
Fields
Intersection
Constructs an intersection set of items' properties.
Declaration
public const PropertySetOperation Intersection
Field Value
PropertySetOperation
|
None
Does not construct a property set.
Declaration
public const PropertySetOperation None
Field Value
PropertySetOperation
|
Union
Constructs a union set of items' properties.
Declaration
public const PropertySetOperation Union
Field Value
PropertySetOperation
|
value__
Declaration
public int value__
Field Value
System.Int32
|