[]
        
(Showing Draft Content)

C1.DataEngine.IDataList.ViewLimit

ViewLimit Property

ViewLimit

Specifies maximum number of rows to include in the collection. If 0 (default), all rows are included.

Declaration
int ViewLimit { get; set; }
Remarks

DataEngine tables and queries can contain very large number of rows that can be inappropriate for data binding. To limit number of rows shown in a data bound control, set this property.