menu

WPF

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

    Show / Hide Table of Contents

    Class RowPopupControl

    Inheritance
    System.Object
    RowPopupControl
    Implements
    System.IDisposable
    Namespace: Syncfusion.UI.Xaml.CellGrid
    Assembly: Syncfusion.SfCellGrid.WPF.dll
    Syntax
    public class RowPopupControl : ContentControl, IDisposable

    Constructors

    RowPopupControl(SfCellGrid)

    Declaration
    public RowPopupControl(SfCellGrid cellGrid)
    Parameters
    Type Name Description
    SfCellGrid cellGrid

    Methods

    Dispose()

    Call the Dispose and SuppressFinalize method for dipose the instance of RowPopupControl class.

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Dispose the live resources used by the RowPopupControl class.

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    Dispose the instance, if it is True

    OnApplyTemplate()

    Declaration
    public override void OnApplyTemplate()

    OnMouseDoubleClick(MouseButtonEventArgs)

    Declaration
    protected override void OnMouseDoubleClick(MouseButtonEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseButtonEventArgs e

    OnMouseDown(MouseButtonEventArgs)

    Declaration
    protected override void OnMouseDown(MouseButtonEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseButtonEventArgs e

    OnMouseMove(MouseEventArgs)

    Declaration
    protected override void OnMouseMove(MouseEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseEventArgs e

    OnMouseUp(MouseButtonEventArgs)

    Declaration
    protected override void OnMouseUp(MouseButtonEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseButtonEventArgs e

    Implements

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