Class FilterPanePosition
Inheritance
System.Object
FilterPanePosition
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class FilterPanePosition
Constructors
FilterPanePosition()
Initializes a new instance of the FilterPanePosition class.
Declaration
public FilterPanePosition()
Properties
CustomPlacementCallback
Gets or sets the custom placement callback.
Declaration
public CustomPopupPlacementCallback CustomPlacementCallback { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Controls.Primitives.CustomPopupPlacementCallback | The custom placement callback. |
FilterPanePlacement
Gets or sets the filter pane placement.
Declaration
public PlacementMode FilterPanePlacement { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Controls.Primitives.PlacementMode | The filter pane placement. |
HorizontalOffset
Gets or sets the horizontal offset.
Declaration
public double HorizontalOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The horizontal offset. |
VerticalOffset
Gets or sets the vertical offset.
Declaration
public double VerticalOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The vertical offset. |