Click or drag to resize
KaxListView Properties

The KaxListView type exposes the following members.

Properties
  Name Description
Public property AllowCustomPaging
Gets or sets if the custom paging feature is enabled.
Public property AllowCustomSorting
Gets or sets if the custom sorting feature is enabled.
Public property AllowMultiFieldSorting
Gets or sets the value indicating if more than one datafield can be sorted. The order is the same as the sequence of expressions in SortExpressions.
Public property AllowMultiItemEdit
Gets or sets a value indicating whether KaxListView will allow you to have multiple items in edit mode. The default value is false.
Public property AllowMultiItemSelection
Gets or sets a value indicating whether you will be able to select multiple items in Kettic KaxListView. By default this property is set to false.
Public property AllowNaturalSort
Public property AllowPaging
Gets or sets a value indicating whether the automatic paging feature is enabled.
Public property AlternatingItemTemplate
Gets or sets the custom content for the alternating data item in a KaxListView control.
Public property CanRetrieveAllData

Gets or sets a value indicating whether Kettic KaxListView should retrieve all data and ignore server paging in case of sorting.

Public property ClientDataKeyNames
Public property ClientSettings
Gets a reference to the KaxListViewClientSettings object that allows you to set the properties of the client-side behavior and appearance in a Kettic KaxListView control.
Public property ConvertEmptyStringToNull
Gets or sets a value that indicates whether empty string values ("") are automatically converted to null values when the data field is updated in the data source.
Public property CurrentPageIndex
Gets or sets a value indicating the index of the currently active page in case paging is enabled (AllowPaging is true).
Public property DataKeyNames
Gets or sets an array of data-field names that will be used to populate the DataKeyValues collection, when the KaxListViewcontrol is databinding.
Public property DataKeyValues
Public property EditIndexes
Public property EditItems
Gets a collection of all KaxListViewDataItem in edit mode.
Public property EditItemTemplate
Gets or sets the custom content for the item in edit mode.
Public property EmptyDataTemplate
Gets or sets the Template that will be displayed if there are no records in the DataSource assigned.
Public property EmptyItemTemplate
Gets or sets the user-defined content for the empty item that is rendered in a KaxListView control when there are no more data items to display in the last row of the current data page.
Public property FilterExpressions
Gets a collection of filter expressions for KaxListView
Public property GroupField
Public property GroupFooterTemplate
Gets or sets the custom content for group container in the KaxListView control.
Public property GroupHeaderTemplate
Gets or sets the custom content for group container in the KaxListView control.
Public property GroupPlaceholderID
Gets or sets the ID for the group placeholder in a KaxListView control.
Public property GroupSeparatorTemplate
Gets or sets the user-defined content for the separator between groups in a KaxListView control.
Public property GroupSortDirection
Public property GroupTemplate
Gets or sets the custom content for group container in the KaxListView control.
Public property InsertItem
Gets the insert item of a KaxListView control.
Public property InsertItemPosition
Gets or sets the location of the InsertItemTemplate template when it is rendered as part of the KaxListView control.
Public property InsertItemTemplate
Gets or sets the custom content for an insert item in the KaxListView control.
Public property IsGroupItemsAscendant
Public property ItemPlaceholderID
Gets or sets the ID for the item placeholder in a KaxListView control.
Public property Items
Gets a collection of KaxListViewDataItem objects that represent the data items of the current page of data in a KaxListView control.
Public property ItemSeparatorTemplate
Gets or sets the custom content for the separator between the items in a KaxListView control.
Public property ItemTemplate
Gets or sets the custom content for the data item in a KaxListView control.
Public property LayoutTemplate
Gets or sets the custom content for the root container in a KaxListView control.
Public property OverrideDataSourceControlSorting
Gets or sets a value indicating if the KaxListView should override the default DataSourceControl sorting with its native sorting.
Public property PageCount
Gets the number of pages required to display the records of the data source in a KaxListViewcontrol.
Public property PageSize
Specify the maximum number of items that would appear in a page, when paging is enabled by AllowPaging property. Default value is 10.
Public property SelectedIndexes
Gets a collection of indexes of the selected items.
Public property SelectedItems
Gets a collection of the currently selected KaxListViewDataItems
Public property SelectedItemTemplate
Gets or sets the custom content for the selected item in a KaxListView control.
Public property SelectedValue
Gets the data key value of the selected item in a KaxListView control.
Public property SelectedValues
Public property SortExpressions
Gets a collection of sort expressions for KaxListView
Public property ValidationSettings
Gets a reference to the KaxListViewValidationSettings object that allows you to set the properties of the validate operation in a KaxListView control.
Public property VirtualItemCount
Top
See Also