Class PinnableItemsControl
Inheritance
System.Object
PinnableItemsControl
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public class PinnableItemsControl : ItemsControl
Constructors
PinnableItemsControl()
Declaration
public PinnableItemsControl()
Properties
IsPinnedContainer
Declaration
public bool IsPinnedContainer { get; set; }
Property Value
Methods
GetContainerForItemOverride()
Declaration
protected override DependencyObject GetContainerForItemOverride()
Returns
| Type |
| System.Windows.DependencyObject |
IsItemItsOwnContainerOverride(Object)
Declaration
protected override bool IsItemItsOwnContainerOverride(object item)
Parameters
| Type |
Name |
Description |
| System.Object |
item |
|
Returns
PrepareContainerForItemOverride(DependencyObject, Object)
Declaration
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters
| Type |
Name |
Description |
| System.Windows.DependencyObject |
element |
|
| System.Object |
item |
|