Click or drag to resize
QueryTableControlSortByFirstSortableColumn Property
Gets or sets if the table should be sorted by the first sortable column by default (if the user has not clicked a table header).

Namespace: PDTec.IceNet.Web.UI.Controls
Assembly: PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public bool SortByFirstSortableColumn { get; set; }

Property Value

Type: Boolean
See Also