KaxListViewCanRetrieveAllData Property |
Gets or sets a value indicating whether Kettic
KaxListView should retrieve all data and ignore server paging in
case of 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 CanRetrieveAllData { get; set; }
Public Overridable Property CanRetrieveAllData As Boolean
Get
Set
public:
virtual property bool CanRetrieveAllData {
bool get ();
void set (bool value);
}
abstract CanRetrieveAllData : bool with get, set
override CanRetrieveAllData : bool with get, set
Property Value
Type:
Booleantrue (default) if the retrieve all data feature
is enabled; otherwise,
false.
See Also