WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IFlipParent

    Show / Hide Table of Contents

    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

    true if this instance can parent switch; otherwise, false.

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved