KaxListViewOverrideDataSourceControlSorting Property |
Gets or sets a value indicating if the
KaxListView
should override the default
DataSourceControl sorting
with its native sorting.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual bool OverrideDataSourceControlSorting { get; set; }
Public Overridable Property OverrideDataSourceControlSorting As Boolean
Get
Set
public:
virtual property bool OverrideDataSourceControlSorting {
bool get ();
void set (bool value);
}
abstract OverrideDataSourceControlSorting : bool with get, set
override OverrideDataSourceControlSorting : bool with get, set
Property Value
Type:
Boolean
Remarks
You can set this to true in case of
ObjectDataSource with IEnumerable
data without implemented sorting.
See Also