Interface IInsideCollectionEditorProperty
This interface is used by GroupingCollectionEditor to initialize collection and determine if changes were made inside the collection editor. If changes are detected, the collection will raise Changing and Changed events from within its InitializeFrom(Object) method.
Inherited Members
System.ICloneable.Clone()
Namespace: Syncfusion.Grouping
Assembly: Syncfusion.Grouping.Base.dll
Syntax
public interface IInsideCollectionEditorProperty : ICloneable
Properties
InsideCollectionEditor
Gets or sets whether the collection is manipulated inside a collection editor.
Declaration
bool InsideCollectionEditor { get; set; }
Property Value
Type |
---|
System.Boolean |
Methods
InitializeFrom(Object)
Initializes this object and copies properties from another object.
Declaration
void InitializeFrom(object value)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | The source object. |