The following tables list the members exposed by DataLimitingEventArgs.
Name | Description | |
---|---|---|
![]() | DataLimitingEventArgs Constructor | Initializes a new instance of the DataLimitingEventArgs class. |
Name | Description | |
---|---|---|
![]() | ColumnLayout | Gets the ColumnLayout which the object would be created under. |
![]() | CurrentPage | Gets the current page index |
![]() | CurrentSort | Gets a collection Infragistics.SortContext which will be applied. |
![]() | DataSource | Gets / sets the IList that will be applied to the data manager. |
![]() | EnablePaging | Gets if the DataManager expects paged data. |
![]() | Filters | Gets a collection that lists what filters will be applied. |
![]() | GroupByContext | Gets the GroupBy that will be applied to the data. |
![]() | PageSize | Gets the maximum number of rows expected by the DataManager. |
![]() | ParentRow | Gets the Row object which is the parent for this object. |