menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CollectionEditorOpeningEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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

    false if items can be added or removed from the collection; otherwise, true.

    Remarks

    When the collection is of type read-only collection, add and remove operations are disabled by the collection editor.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved