Version

ApplicationBarInitializingEventArgs Class Properties

For a list of all members of this type, see ApplicationBarInitializingEventArgs members.

Public Properties
 NameDescription
Public PropertyAction (Inherited from Infragistics.Win.UIActionNotification.UIActionCancelableEventArgs)
Public PropertyButtonsLeftReturns an ApplicationBarButtonsCollection instance which contains the ApplicationBarButtons which will be displayed on the left side of the ApplicationBar.  
Public PropertyButtonsRightReturns an ApplicationBarButtonsCollection instance which contains the ApplicationBarButtons which will be displayed on the right side of the ApplicationBar.  
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyEnterCustomizeModeReturns or sets a boolean value indicating whether the control should enter customize mode.  
Public PropertyShowDefaultButtonsReturns or sets a boolean value indicating whether the default ApplicationBarButtons should be displayed.  
Public PropertyTileReturns the tile on which the user performed the action that caused the event to occur.  
See Also