Version

AfterRowFixedStateChangedEventArgs Class Members

The following tables list the members exposed by AfterRowFixedStateChangedEventArgs.

Public Constructors
 NameDescription
Public ConstructorAfterRowFixedStateChangedEventArgs ConstructorConstructor  
Public Properties
 NameDescription
Public PropertyRowReturns the row that was fixed or unfixed. The new fixed state of the row can be obtained using the UltraGridRow.Fixed property or querying the RowsCollection.FixedRows collection.  
See Also