Represents a class that maintains the common functionalities of PopUpContentControl.
Inheritance
System.Object
PopupContentControl
Implements
System.IDisposable
Assembly: Syncfusion.SfGrid.WPF.dll
public class PopupContentControl : ContentControl, IDisposable
Constructors
Declaration
public PopupContentControl(Control dataGrid)
Parameters
Type |
Name |
Description |
System.Windows.Controls.Control |
dataGrid |
The DataGrid control.
|
Fields
Dependency registration for LeftResizeThumb.
Declaration
public static readonly DependencyProperty LeftResizeThumbVisibilityProperty
Field Value
Type |
System.Windows.DependencyProperty |
Dependency registration for RightResizeThumbVisibility.
Declaration
public static readonly DependencyProperty RightResizeThumbVisibilityProperty
Field Value
Type |
System.Windows.DependencyProperty |
Dependency registraion for ThumbWidth.
Declaration
public static readonly DependencyProperty ThumbWidthProperty
Field Value
Type |
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
Gets or sets a value indicating whether the popup is dragged from GroupDropArea or not
Declaration
public bool IsDragFromGroupDropArea { get; }
Property Value
Gets or sets a value indicating whether the popup is in touch or not.
Declaration
public bool IsOpenInTouch { get; }
Property Value
Gets or sets the visibility for LeftResizeThumb.
Declaration
public Visibility LeftResizeThumbVisibility { get; set; }
Property Value
Type |
System.Windows.Visibility |
Gets or sets the visibility for RightResizeThumb.
Declaration
public Visibility RightResizeThumbVisibility { get; set; }
Property Value
Type |
System.Windows.Visibility |
Gets or sets the Thumb width.
Declaration
public double ThumbWidth { get; set; }
Property Value
Methods
Declaration
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.
|
Declaration
public override void OnApplyTemplate()
Declaration
protected override void OnManipulationCompleted(ManipulationCompletedEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Input.ManipulationCompletedEventArgs |
e |
|
Declaration
protected override void OnManipulationDelta(ManipulationDeltaEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Input.ManipulationDeltaEventArgs |
e |
|
Declaration
protected override void OnPreviewMouseDown(MouseButtonEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Input.MouseButtonEventArgs |
e |
|
Declaration
protected override void OnPreviewMouseMove(MouseEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Input.MouseEventArgs |
e |
|
Declaration
protected override void OnPreviewMouseUp(MouseButtonEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Input.MouseButtonEventArgs |
e |
|
Implements
System.IDisposable