menu

UWP

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

    Show / Hide Table of Contents

    Class DeleteParameter

    Provides the data for the command.

    Inheritance
    System.Object
    DeleteParameter
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public class DeleteParameter : Object

    Constructors

    DeleteParameter()

    Declaration
    public DeleteParameter()

    Properties

    Items

    Gets or sets the list of items that to be removed.

    Declaration
    public List<IGroupable> Items { get; set; }
    Property Value
    Type
    System.Collections.Generic.List<IGroupable>

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved