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 |
|
Fields
Declaration
public static readonly DependencyProperty LeftResizeThumbVisibilityProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
Declaration
public static readonly DependencyProperty RightResizeThumbVisibilityProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
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 |
|
Declaration
public bool IsDragFromGroupDropArea { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsOpenInTouch { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public Visibility LeftResizeThumbVisibility { get; set; }
Property Value
Type |
Description |
System.Windows.Visibility |
|
Declaration
public Visibility RightResizeThumbVisibility { get; set; }
Property Value
Type |
Description |
System.Windows.Visibility |
|
Declaration
public double ThumbWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
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