Interface IFlipParent
Presents interface for FlipParent
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public interface IFlipParent : IInputElement
Properties
CanParentSwitch
Gets a value indicating whether this instance can parent switch.
Declaration
bool CanParentSwitch { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
|
FlipItems
Gets the flip items.
Declaration
IList FlipItems { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.IList | The flip items. |
Methods
SelectItem(Object)
Selects the item.
Declaration
void SelectItem(object item)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | item | The item Flip input. |