Click or drag to resize

DataObjectViewFieldsGetFirstSortableField Method

checks wether there is any sortable field in the list, as some of fixed fields are not sortable

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public DataObjectViewField GetFirstSortableField()

Return Value

Type: DataObjectViewField
only returns null if there is no sortable field in the list
See Also