menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PopupContentControl - API Reference

    Show / Hide Table of Contents

    Class PopupContentControl

    Represents a class that maintains the common functionalities of PopUpContentControl.

    Inheritance
    System.Object
    PopupContentControl
    Implements
    System.IDisposable
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class PopupContentControl : ContentControl, IDisposable

    Constructors

    PopupContentControl(Control)

    Initializes a new instance of PopupContentControl class.

    Declaration
    public PopupContentControl(Control dataGrid)
    Parameters
    Type Name Description
    System.Windows.Controls.Control dataGrid

    The DataGrid control.

    Fields

    LeftResizeThumbVisibilityProperty

    Dependency registration for LeftResizeThumb.

    Declaration
    public static readonly DependencyProperty LeftResizeThumbVisibilityProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    RightResizeThumbVisibilityProperty

    Dependency registration for RightResizeThumbVisibility.

    Declaration
    public static readonly DependencyProperty RightResizeThumbVisibilityProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    ThumbWidthProperty

    Dependency registraion for ThumbWidth.

    Declaration
    public static readonly DependencyProperty ThumbWidthProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    IsDragFromColumnChooser

    Gets or sets a value indicating whether the popup is dragged from column chooser or not.

    Declaration
    public bool IsDragFromColumnChooser { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsDragFromGroupDropArea

    Gets or sets a value indicating whether the popup is dragged from GroupDropArea or not

    Declaration
    public bool IsDragFromGroupDropArea { get; }
    Property Value
    Type Description
    System.Boolean

    IsOpenInTouch

    Gets or sets a value indicating whether the popup is in touch or not.

    Declaration
    public bool IsOpenInTouch { get; }
    Property Value
    Type Description
    System.Boolean

    LeftResizeThumbVisibility

    Gets or sets the visibility for LeftResizeThumb.

    Declaration
    public Visibility LeftResizeThumbVisibility { get; set; }
    Property Value
    Type Description
    System.Windows.Visibility

    RightResizeThumbVisibility

    Gets or sets the visibility for RightResizeThumb.

    Declaration
    public Visibility RightResizeThumbVisibility { get; set; }
    Property Value
    Type Description
    System.Windows.Visibility

    ThumbWidth

    Gets or sets the Thumb width.

    Declaration
    public double ThumbWidth { get; set; }
    Property Value
    Type Description
    System.Double

    Methods

    Dispose()

    Disposes all the resources used by the PopupContentControl class.

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Disposes all the resources used by the PopupContentControl class.

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

    Indicates whether the call is from Dispose method or from a finalizer.

    OnApplyTemplate()

    Declaration
    public override void OnApplyTemplate()

    OnManipulationCompleted(ManipulationCompletedEventArgs)

    Declaration
    protected override void OnManipulationCompleted(ManipulationCompletedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.ManipulationCompletedEventArgs e

    OnManipulationDelta(ManipulationDeltaEventArgs)

    Declaration
    protected override void OnManipulationDelta(ManipulationDeltaEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.ManipulationDeltaEventArgs e

    OnPreviewMouseDown(MouseButtonEventArgs)

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

    OnPreviewMouseMove(MouseEventArgs)

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

    OnPreviewMouseUp(MouseButtonEventArgs)

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

    Implements

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