menu

WPF

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

    Show / Hide Table of Contents

    Enum GridDataObjectConsumerOptions

    Specifies which default data consumers should be enabled for the grid.

    This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.

    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    [Flags]
    public enum GridDataObjectConsumerOptions
    Remarks

    You can customize the mouse controller's behavior at run-time while the user is performing the action by creating an object that implements IGridDataObjectConsumer and register this object with . This allows you to add support for additional clipboard formats to be dragged into the grid from outside applications.

    You can change various options with .

    When you change in GridModelOptions, this will actually end up calling for each associated view.

    Fields

    Name Description
    All

    Enable support for all default data objects.

    None

    No default data objects supported.

    Styles

    Enable styles (internal) data objects. This allows you to drag / copy / paste complete cell information.

    Text

    Enable text data format. This allows you to drag cell values.

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