Class CollectionEditorOpeningEventArgs
Provides data to the CollectionEditorOpening event of the PropertyGrid control.
Inheritance
System.Object
CollectionEditorOpeningEventArgs
Namespace: Syncfusion.Windows.PropertyGrid
Assembly: Syncfusion.PropertyGrid.Wpf.dll
Syntax
public class CollectionEditorOpeningEventArgs : CancelEventArgs
Constructors
CollectionEditorOpeningEventArgs()
Declaration
public CollectionEditorOpeningEventArgs()
Properties
CollectionEditor
Gets the CollectionEditor window.
Declaration
public CollectionEditor CollectionEditor { get; }
Property Value
Type |
---|
CollectionEditor |
IsReadonly
Gets or sets a value indicating whether the collection editor allows adding and deleting items if the collection supports such operations.
Declaration
public bool IsReadonly { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Remarks
When the collection is of type read-only collection, add and remove operations are disabled by the collection editor.