Infragistics(R) NetAdvantage(R) Windows Forms
BeforeHeaderCheckStateChangedEventArgs Class Members
See Also  Properties  E-mail your feedback on this topic.
Infragistics.Win.UltraWinGrid Namespace : BeforeHeaderCheckStateChangedEventArgs Class


The following tables list the members exposed by BeforeHeaderCheckStateChangedEventArgs.

Public Constructors

Public Properties

 NameDescription
public PropertyCancelGets or sets a value indicating whether the event should be canceled. (Inherited from System.ComponentModel.CancelEventArgs)
public PropertyColumn Gets the UltraGridColumn containing the header checkbox whose state is being changed  
public PropertyCurrentCheckState Gets the current CheckState value for the header's checkbox  
public PropertyIsCancelable Indicates if the change of the CheckState can be cancelled  
public PropertyNewCheckState Gets or sets the new CheckState value for the header's checkbox  
public PropertyRows Gets the RowsCollection which is affected the header checkbox's state change  
Top

See Also