PDF for UWP | ComponentOne
C1.Xaml.Pdf Namespace / PdfPushButton.ActionCollection Class / Item Property

In This Topic
    Item Property (PdfPushButton.ActionCollection)
    In This Topic
    Gets the List of PdfPushButton.Action objects from the current collection associated with the specified button state change (multiple actions can be associated with each state change).

    Returns null if no actions are associated with the specified state change in the current PdfPushButton.ActionCollection.

    Overload List
    OverloadDescription
    Gets the List of PdfPushButton.Action objects from the current collection associated with the specified button state change (multiple actions can be associated with each state change).

    Returns null if no actions are associated with the specified state change in the current PdfPushButton.ActionCollection.

     
    Gets or sets the PdfPushButton.Action from the current collection, with the specified index among actions associated with the specified button state change (ButtonStateChange).  
    See Also