Version

ColumnAutoSizingEventArgs Class Members

The following tables list the members exposed by ColumnAutoSizingEventArgs.

Public Properties
 NameDescription
Public PropertyAction (Inherited from Infragistics.Win.UIActionNotification.UIActionCancelableEventArgs)
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyElementReturns the Infragistics.Win.UltraWinSchedule.TimelineView.ColumnHeaderUIElement that was auto-sized, or null if the width was changed programmatically.  
Public PropertyNewColumnWidthReturns the value that the ColumnWidth property will be set to if the event is not canceled.  
See Also