WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PopupContentControl - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class 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)

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

    Fields

    LeftResizeThumbVisibilityProperty

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

    RightResizeThumbVisibilityProperty

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

    ThumbWidthProperty

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

    Properties

    IsDragFromColumnChooser

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

    IsDragFromGroupDropArea

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

    IsOpenInTouch

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

    LeftResizeThumbVisibility

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

    RightResizeThumbVisibility

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

    ThumbWidth

    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 - 2021 Syncfusion Inc. All Rights Reserved