Class RadListViewElement
Represents the main element of Rad
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadListViewElement : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider, IDataItemSource
Constructors
RadListViewElement()
Declaration
public RadListViewElement()
Fields
cachedOldValue
Declaration
protected object cachedOldValue
Field Value
System.
|
Properties
ActiveEditor
Gets the currently active editor.
Declaration
public IInputEditor ActiveEditor { get; }
Property Value
AllowArbitraryItemHeight
Gets or sets a value indicating whether the items can have different height.
Declaration
public bool AllowArbitraryItemHeight { get; set; }
Property Value
System.
|
AllowArbitraryItemWidth
Gets or sets a value indicating whether the items can have different width.
Declaration
public bool AllowArbitraryItemWidth { get; set; }
Property Value
System.
|
AllowColumnReorder
Gets or sets value indicating if the user can reorder columns via drag and drop.
Declaration
public bool AllowColumnReorder { get; set; }
Property Value
System.
|
AllowColumnResize
Gets or sets value indicating if the user can resize the columns.
Declaration
public bool AllowColumnResize { get; set; }
Property Value
System.
|
AllowDragDrop
Gets or sets value indicating if the user can reorder items via drag and drop. Always false when using data source, grouping, filtering, sorting, kinetic scrolling or lasso selection.
Declaration
public bool AllowDragDrop { get; set; }
Property Value
System.
|
AllowEdit
Gets or sets value indicating whether editing is enabled.
Declaration
public bool AllowEdit { get; set; }
Property Value
System.
|
AllowRemove
Gets or sets value indicating whether the user can remove items with the Delete key.
Declaration
public bool AllowRemove { get; set; }
Property Value
System.
|
AutoSizeColumnsMode
Gets or sets a value indicating how column widths are determined.
Declaration
public ListViewAutoSizeColumnsMode AutoSizeColumnsMode { get; set; }
Property Value
See Also
BindingContext
Gets or sets the BindingContext.
Declaration
public override BindingContext BindingContext { get; set; }
Property Value
System.
|
Overrides
Implements
CaseSensitiveColumnNames
Gets or sets a value indicating whether column names which differ only in the casing are allowed.
Declaration
public bool CaseSensitiveColumnNames { get; set; }
Property Value
System.
|
CheckBoxesAlignment
Declaration
public CheckBoxesAlignment CheckBoxesAlignment { get; set; }
Property Value
CheckBoxesPosition
Declaration
public CheckBoxesPosition CheckBoxesPosition { get; set; }
Property Value
CheckedItems
Gets a collection containing the checked items.
Declaration
public ListViewCheckedItemCollection CheckedItems { get; }
Property Value
CheckedMember
Gets or sets the checked member.
Declaration
public string CheckedMember { get; set; }
Property Value
System.
|
CheckOnClickMode
Gets or sets a value indicating whether the item's check state changes whenever the item is clicked.
Declaration
public CheckOnClickMode CheckOnClickMode { get; set; }
Property Value
ColumnResizingBehavior
Gets or sets the Column
Declaration
public BaseColumnResizingBehavior ColumnResizingBehavior { get; set; }
Property Value
Columns
Gets or sets a collection of List
Declaration
public ListViewColumnCollection Columns { get; }
Property Value
CurrentColumn
Gets or sets the current column in Details View.
Declaration
public ListViewDetailColumn CurrentColumn { get; set; }
Property Value
CurrentItem
Gets or sets the current item.
Declaration
public ListViewDataItem CurrentItem { get; set; }
Property Value
DataMember
Gets or sets the name of the list or table in the data source for which the Rad
Declaration
public string DataMember { get; set; }
Property Value
System.
|
DataSource
Gets or sets the data source of a RadListViewElement.
Declaration
public object DataSource { get; set; }
Property Value
System.
|
DataView
Gets the DataView collection.
Declaration
public RadCollectionView<ListViewDataItem> DataView { get; }
Property Value
DisplayMember
Gets or sets the display member.
Declaration
public string DisplayMember { get; set; }
Property Value
System.
|
DragDropService
Declaration
public ListViewDragDropService DragDropService { get; set; }
Property Value
EnableColumnSort
Gets or sets a value indicating whether the items should be sorted when clicking on header cells.
Declaration
public bool EnableColumnSort { get; set; }
Property Value
System.
|
EnableCustomGrouping
Gets or sets a value indicating whether custom grouping is enabled.
Declaration
public bool EnableCustomGrouping { get; set; }
Property Value
System.
|
EnableFiltering
Gets or sets a value indicating whether filtering is enabled.
Declaration
public bool EnableFiltering { get; set; }
Property Value
System.
|
EnableGrouping
Gets or sets a value indicating whether filtering is enabled.
Declaration
public bool EnableGrouping { get; set; }
Property Value
System.
|
EnableKineticScrolling
Gets or sets a value indicating whether the kinetic scrolling function is enabled. Always false when lasso selection is enabled.
Declaration
public bool EnableKineticScrolling { get; set; }
Property Value
System.
|
EnableLassoSelection
Gets or sets a value indicating whether items can be selected with mouse dragging.
Declaration
public bool EnableLassoSelection { get; set; }
Property Value
System.
|
EnableSorting
Gets or sets a value indicating whether sorting is enabled.
Declaration
public bool EnableSorting { get; set; }
Property Value
System.
|
FilterDescriptors
Gets a collection of Filter
Declaration
public ListViewFilterDescriptorCollection FilterDescriptors { get; }
Property Value
FullRowSelect
Gets or sets a value indicating whether the full row should be selected.
Declaration
public bool FullRowSelect { get; set; }
Property Value
System.
|
GroupDescriptors
Gets a collection of Group
Declaration
public GroupDescriptorCollection GroupDescriptors { get; }
Property Value
GroupIndent
Gets or sets the indent of the items when they are displayed in a group.
Declaration
public int GroupIndent { get; set; }
Property Value
System.
|
GroupItemSize
Gets or sets the default group item size.
Declaration
public Size GroupItemSize { get; set; }
Property Value
System.
|
Groups
Gets a collection containing the groups of the RadListViewElement.
Declaration
public ListViewDataItemGroupCollection Groups { get; }
Property Value
HeaderHeight
Gets or sets the height of the header in Details View.
Declaration
public float HeaderHeight { get; set; }
Property Value
System.
|
HorizontalScrollState
Gets or sets the display state of the horizontal scrollbar.
Declaration
public ScrollState HorizontalScrollState { get; set; }
Property Value
HotTracking
Gets or sets a value indicating whether items should react on mouse hover.
Declaration
public bool HotTracking { get; set; }
Property Value
System.
|
IsDataBound
Gets a value indicating whether the control is in bound mode.
Declaration
public bool IsDataBound { get; }
Property Value
System.
|
IsEditing
Indicates whether there is an active editor.
Declaration
public bool IsEditing { get; }
Property Value
System.
|
Items
Gets or sets a collection of List
Declaration
public ListViewDataItemCollection Items { get; }
Property Value
ItemSize
Gets or sets the default item size.
Declaration
public Size ItemSize { get; set; }
Property Value
System.
|
ItemSpacing
Gets or sets the space between the items.
Declaration
public int ItemSpacing { get; set; }
Property Value
System.
|
KeyboardSearchEnabled
Gets or sets a value that determines whether the user can navigate to an item by typing when BaseListViewElement is focused. The default value is false.
Declaration
public bool KeyboardSearchEnabled { get; set; }
Property Value
System.
|
KeyboardSearchResetInterval
Gets or sets a value that specifies how long the user must wait before searching with the keyboard is reset. The default value is 300.
Declaration
public int KeyboardSearchResetInterval { get; set; }
Property Value
System.
|
ListSource
Gets the source of the items.
Declaration
public RadListSource<ListViewDataItem> ListSource { get; }
Property Value
MultiSelect
Gets or sets value indicating whether multi selection is enabled.
Declaration
public bool MultiSelect { get; set; }
Property Value
System.
|
SelectedIndex
Gets or sets the index of the selected item.
Declaration
public int SelectedIndex { get; set; }
Property Value
System.
|
SelectedItem
Gets or sets the selected item.
Declaration
public ListViewDataItem SelectedItem { get; set; }
Property Value
SelectedItems
Gets a collection containing the selected items.
Declaration
public ListViewSelectedItemCollection SelectedItems { get; }
Property Value
SelectionRectangleBorderColor
Gets or sets the border color of the lasso selection rectangle.
Declaration
public Color SelectionRectangleBorderColor { get; set; }
Property Value
System.
|
SelectionRectangleColor
Gets or sets the fill color of the lasso selection rectangle.
Declaration
public Color SelectionRectangleColor { get; set; }
Property Value
System.
|
SelectLastAddedItem
Gets or sets a value indicating whether the last added item in the RadListView DataSource will be selected by the control.
Declaration
public bool SelectLastAddedItem { get; set; }
Property Value
System.
|
ShowCheckBoxes
Gets or sets value indicating whether checkboxes should be shown.
Declaration
public bool ShowCheckBoxes { get; set; }
Property Value
System.
|
ShowColumnHeaders
Gets or sets a value indicating whether the column headers should be drawn.
Declaration
public bool ShowColumnHeaders { get; set; }
Property Value
System.
|
ShowGridLines
Gets or sets a value indicating whether grid lines shoud be shown in DetailsView.
Declaration
public bool ShowGridLines { get; set; }
Property Value
System.
|
ShowGroups
Gets or sets a value indicating whether the items should be shown in groups.
Declaration
public bool ShowGroups { get; set; }
Property Value
System.
|
SortDescriptors
Gets a collection of Sort
Declaration
public SortDescriptorCollection SortDescriptors { get; }
Property Value
ThreeStateMode
Gets or sets a value indicating whether the checkboxes should be in ThreeState mode.
Declaration
public bool ThreeStateMode { get; set; }
Property Value
System.
|
ValueMember
Gets or sets the value member.
Declaration
public string ValueMember { get; set; }
Property Value
System.
|
VerticalScrollState
Gets or sets the display state of the vertical scrollbar.
Declaration
public ScrollState VerticalScrollState { get; set; }
Property Value
ViewElement
Gets the element that represents the active view.
Declaration
public BaseListViewElement ViewElement { get; }
Property Value
ViewType
Gets or sets the type of the view.
Declaration
public virtual ListViewType ViewType { get; set; }
Property Value
Methods
BeginEdit()
Begins an edit operation over the currently selected item.
Declaration
public virtual bool BeginEdit()
Returns
System. [true] if success, [false] otherwise |
BeginUpdate()
Suspend any item change notifications until End
Declaration
public void BeginUpdate()
BestFitColumns(ListViewBestFitColumnMode)
Widens / shrinks all columns based on the space required by the content of the columns.
Declaration
public void BestFitColumns(ListViewBestFitColumnMode mode)
Parameters
List The mode. |
BindingComplete()
CancelEdit()
Ends the current edit operations if such. Discards the changes.
Declaration
public bool CancelEdit()
Returns
System. [true] if success, [false] otherwise |
CheckAllItems()
Checks all of the items.
Declaration
public void CheckAllItems()
CheckSelectedItems()
Checks all of the selected items.
Declaration
public void CheckSelectedItems()
CollapseAll()
Collapses all the groups in the element.
Declaration
public void CollapseAll()
CreateBindingContext()
Declaration
protected virtual BindingContext CreateBindingContext()
Returns
System.
|
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
CreateViewElement()
Creates a view element corresponding to the current ViewType.
Declaration
protected virtual BaseListViewElement CreateViewElement()
Returns
Base The view element. |
DisposeManagedResources()
Declaration
protected override void DisposeManagedResources()
Overrides
EndEdit()
Ends the current edit operations if such. Saves the changes.
Declaration
public bool EndEdit()
Returns
System. [true] if success, [false] otherwise |
EndEditCore(Boolean)
Declaration
protected virtual bool EndEditCore(bool commitChanges)
Parameters
System.
|
Returns
System.
|
EndUpdate()
Resumes the item change notifications.
Declaration
public void EndUpdate()
EnsureColumnVisible(ListViewDetailColumn)
Ensures that a given column is visible on the client area.
Declaration
public virtual void EnsureColumnVisible(ListViewDetailColumn listViewDetailColumn)
Parameters
List The column to ensure visibility of. |
EnsureItemVisible(ListViewDataItem)
Ensures that a given item is visible on the client area.
Declaration
public virtual void EnsureItemVisible(ListViewDataItem item)
Parameters
List The item to ensure visibility of. |
EnsureItemVisible(ListViewDataItem, Boolean)
Ensures that a given item is visible on the client area.
Declaration
public virtual void EnsureItemVisible(ListViewDataItem item, bool ensureHorizontally)
Parameters
List The item to ensure visibility of. |
System. Indicates whether the view should be scrolled horizontally. |
ExpandAll()
Expands all the groups in the element.
Declaration
public void ExpandAll()
FindItemByKey(Object)
Finds an item with the specified key.
Declaration
public virtual ListViewDataItem FindItemByKey(object key)
Parameters
System. The key of the searched item. |
Returns
FindItemByKey(Object, Boolean)
Finds an item with the specified key.
Declaration
public virtual ListViewDataItem FindItemByKey(object key, bool searchVisibleItems)
Parameters
System. The key of the searched item. |
System. Indicates if the search should check only visible items. |
Returns
GetEditor(Type)
Declaration
protected virtual IInputEditor GetEditor(Type editorType)
Parameters
System.
|
Returns
Initialize()
InitializeEditor(BaseListViewVisualItem, ISupportInitialize, IInputEditor)
Declaration
protected virtual void InitializeEditor(BaseListViewVisualItem visualItem, ISupportInitialize initializable, IInputEditor editor)
Parameters
Base
|
System.
|
IInput
|
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.
|
Returns
System.
|
Overrides
NewItem()
OnBindingContextChanged(EventArgs)
Declaration
protected virtual void OnBindingContextChanged(EventArgs e)
Parameters
System.
|
OnCellCreating(ListViewCellElementCreatingEventArgs)
Declaration
protected virtual void OnCellCreating(ListViewCellElementCreatingEventArgs args)
Parameters
OnCellFormatting(ListViewCellFormattingEventArgs)
Declaration
protected virtual void OnCellFormatting(ListViewCellFormattingEventArgs args)
Parameters
OnColumnCreating(ListViewColumnCreatingEventArgs)
Declaration
protected virtual void OnColumnCreating(ListViewColumnCreatingEventArgs args)
Parameters
OnCurrecntItemChanged(ListViewItemEventArgs)
Obsolete. The name of the method has a typo. Use the OnCurrentItemChanged(ListViewItemEventArgs args) method instead.
Declaration
[Obsolete("Obsolete. The name of the method has a typo. Use the OnCurrentItemChanged(ListViewItemEventArgs args) method instead.")]
protected virtual void OnCurrecntItemChanged(ListViewItemEventArgs args)
Parameters
OnCurrentItemChanged(ListViewItemEventArgs)
Declaration
protected virtual void OnCurrentItemChanged(ListViewItemEventArgs args)
Parameters
OnCurrentItemChanging(ListViewItemChangingEventArgs)
Declaration
protected virtual bool OnCurrentItemChanging(ListViewItemChangingEventArgs args)
Parameters
Returns
System.
|
OnDataItemCreating(ListViewItemCreatingEventArgs)
Declaration
protected virtual void OnDataItemCreating(ListViewItemCreatingEventArgs args)
Parameters
OnEdited(ListViewItemEditedEventArgs)
Declaration
protected virtual void OnEdited(ListViewItemEditedEventArgs args)
Parameters
OnEditing(ListViewItemEditingEventArgs)
Declaration
protected virtual void OnEditing(ListViewItemEditingEventArgs e)
Parameters
OnEditorInitialized(ListViewItemEditorInitializedEventArgs)
Declaration
protected virtual void OnEditorInitialized(ListViewItemEditorInitializedEventArgs e)
Parameters
OnEditorRequired(ListViewItemEditorRequiredEventArgs)
Declaration
protected virtual void OnEditorRequired(ListViewItemEditorRequiredEventArgs e)
Parameters
OnItemCheckedChanged(ListViewItemEventArgs)
Declaration
protected virtual void OnItemCheckedChanged(ListViewItemEventArgs args)
Parameters
OnItemCheckedChanging(ListViewItemCancelEventArgs)
Declaration
protected virtual bool OnItemCheckedChanging(ListViewItemCancelEventArgs args)
Parameters
Returns
System.
|
OnItemDataBound(ListViewDataItem)
Declaration
protected virtual void OnItemDataBound(ListViewDataItem item)
Parameters
List
|
OnItemMouseClick(ListViewItemEventArgs)
Declaration
protected virtual void OnItemMouseClick(ListViewItemEventArgs args)
Parameters
OnItemMouseDoubleClick(ListViewItemEventArgs)
Declaration
protected virtual void OnItemMouseDoubleClick(ListViewItemEventArgs args)
Parameters
OnItemMouseDown(ListViewItemMouseEventArgs)
Declaration
protected virtual void OnItemMouseDown(ListViewItemMouseEventArgs args)
Parameters
OnItemMouseEnter(ListViewItemEventArgs)
Declaration
protected virtual void OnItemMouseEnter(ListViewItemEventArgs args)
Parameters
OnItemMouseHover(ListViewItemEventArgs)
Declaration
protected virtual void OnItemMouseHover(ListViewItemEventArgs args)
Parameters
OnItemMouseLeave(ListViewItemEventArgs)
Declaration
protected virtual void OnItemMouseLeave(ListViewItemEventArgs args)
Parameters
OnItemMouseMove(ListViewItemMouseEventArgs)
Declaration
protected virtual void OnItemMouseMove(ListViewItemMouseEventArgs args)
Parameters
OnItemMouseUp(ListViewItemMouseEventArgs)
Declaration
protected virtual void OnItemMouseUp(ListViewItemMouseEventArgs args)
Parameters
OnItemRemoved(ListViewItemEventArgs)
Declaration
protected virtual void OnItemRemoved(ListViewItemEventArgs args)
Parameters
OnItemRemoving(ListViewItemCancelEventArgs)
Declaration
protected virtual bool OnItemRemoving(ListViewItemCancelEventArgs args)
Parameters
Returns
System.
|
OnSelectedIndexChanged()
Declaration
protected virtual void OnSelectedIndexChanged()
OnSelectedItemChanged(ListViewDataItem)
Declaration
protected virtual void OnSelectedItemChanged(ListViewDataItem item)
Parameters
List
|
OnSelectedItemChanging(ListViewItemCancelEventArgs)
Declaration
protected virtual bool OnSelectedItemChanging(ListViewItemCancelEventArgs args)
Parameters
Returns
System.
|
OnSelectedItemsChanged()
Declaration
protected virtual void OnSelectedItemsChanged()
OnStyleChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnStyleChanged(RadPropertyChangedEventArgs e)
Parameters
Overrides
OnValidationError(EventArgs)
Declaration
protected virtual void OnValidationError(EventArgs args)
Parameters
System.
|
OnValueChanged(ListViewItemValueChangedEventArgs)
Declaration
protected virtual void OnValueChanged(ListViewItemValueChangedEventArgs args)
Parameters
OnValueChanging(ListViewItemValueChangingEventArgs)
Declaration
protected virtual bool OnValueChanging(ListViewItemValueChangingEventArgs args)
Parameters
Returns
System.
|
OnValueValidating(ListViewItemValidatingEventArgs)
Declaration
protected virtual void OnValueValidating(ListViewItemValidatingEventArgs args)
Parameters
OnViewTypeChanged()
Declaration
protected virtual void OnViewTypeChanged()
OnViewTypeChanging(ViewTypeChangingEventArgs)
Declaration
protected virtual bool OnViewTypeChanging(ViewTypeChangingEventArgs args)
Parameters
Returns
System.
|
OnVisualItemCreating(ListViewVisualItemCreatingEventArgs)
Declaration
protected virtual void OnVisualItemCreating(ListViewVisualItemCreatingEventArgs args)
Parameters
OnVisualItemFormatting(BaseListViewVisualItem)
Declaration
protected virtual void OnVisualItemFormatting(BaseListViewVisualItem item)
Parameters
ProcessKeyDown(KeyEventArgs)
Declaration
public virtual bool ProcessKeyDown(KeyEventArgs e)
Parameters
System.
|
Returns
System.
|
ProcessKeyPress(KeyPressEventArgs)
Declaration
public virtual bool ProcessKeyPress(KeyPressEventArgs e)
Parameters
System.
|
Returns
System.
|
ProcessMouseDown(MouseEventArgs)
Declaration
public virtual bool ProcessMouseDown(MouseEventArgs e)
Parameters
System.
|
Returns
System.
|
ProcessMouseMove(MouseEventArgs)
Declaration
public virtual bool ProcessMouseMove(MouseEventArgs e)
Parameters
System.
|
Returns
System.
|
ProcessMouseUp(MouseEventArgs)
Declaration
public virtual bool ProcessMouseUp(MouseEventArgs e)
Parameters
System.
|
Returns
System.
|
ProcessMouseWheel(MouseEventArgs)
Declaration
public virtual bool ProcessMouseWheel(MouseEventArgs e)
Parameters
System.
|
Returns
System.
|
ResetCurrentItem()
Declaration
public void ResetCurrentItem()
SaveEditorValue(BaseListViewVisualItem, Object)
Declaration
protected virtual void SaveEditorValue(BaseListViewVisualItem visualItem, object newValue)
Parameters
Base
|
System.
|
ScrollTo(Int32)
Scrolls the view with a given amount.
Declaration
public void ScrollTo(int delta)
Parameters
System. The amount to scroll the view with. |
Select(ListViewDataItem[])
Selects a range of items.
Declaration
public void Select(ListViewDataItem[] items)
Parameters
List The items. |
SetSelectedItemValue(ListViewItemValueChangingEventArgs, Object)
Declaration
protected virtual void SetSelectedItemValue(ListViewItemValueChangingEventArgs valueChangingArgs, object newValue)
Parameters
List
|
System.
|
SynchronizeVisualItems()
Causes synchronization of the visual items with the logical ones.
Declaration
public virtual void SynchronizeVisualItems()
UncheckAllItems()
Unchecks all of the items.
Declaration
public void UncheckAllItems()
UncheckSelectedItems()
Unchecks all of the selected items.
Declaration
public void UncheckSelectedItems()
UnwireEvents()
Declaration
protected virtual void UnwireEvents()
Update(RadListViewElement.UpdateModes)
Declaration
public virtual void Update(RadListViewElement.UpdateModes updateMode)
Parameters
Rad
|
UpdateCheckedItems()
WireEvents()
Declaration
protected virtual void WireEvents()
Events
BindingCompleted
Occurs when the process of binding Rad
Declaration
public event EventHandler BindingCompleted
Event Type
System.
|
BindingContextChanged
Occurs when the BindingContext has changed.
Declaration
public event EventHandler BindingContextChanged
Event Type
System.
|
Implements
CellCreating
Occurs when a Detail
Declaration
public event ListViewCellElementCreatingEventHandler CellCreating
Event Type
CellFormatting
Occurs when a DetailsView cell needs to be formatted.
Declaration
public event ListViewCellFormattingEventHandler CellFormatting
Event Type
ColumnCreating
Occurs when a List
Declaration
public event ListViewColumnCreatingEventHandler ColumnCreating
Event Type
CurrentItemChanged
Occurs when the CurrentItem property is changed.
Declaration
public event ListViewItemEventHandler CurrentItemChanged
Event Type
CurrentItemChanging
Occurs when the CurrentItem property is about to change. Cancelable.
Declaration
public event ListViewItemChangingEventHandler CurrentItemChanging
Event Type
EditorInitialized
Occurs when an editor is initialized.
Declaration
public event ListViewItemEditorInitializedEventHandler EditorInitialized
Event Type
EditorRequired
Occurs when an editor is required.
Declaration
public event ListViewItemEditorRequiredEventHandler EditorRequired
Event Type
GroupExpanded
Fires when a group has been expanded.
Declaration
public event EventHandler<ListViewGroupEventArgs> GroupExpanded
Event Type
System.
|
GroupExpanding
Fires when a group is about to expand. Cancelable.
Declaration
public event EventHandler<ListViewGroupCancelEventArgs> GroupExpanding
Event Type
System.
|
ItemCheckedChanged
Occurs when a List
Declaration
public event ListViewItemEventHandler ItemCheckedChanged
Event Type
ItemCheckedChanging
Occurs when a List
Declaration
public event ListViewItemCancelEventHandler ItemCheckedChanging
Event Type
ItemCreating
Occurs when a List
Declaration
public event ListViewItemCreatingEventHandler ItemCreating
Event Type
ItemDataBound
Occurs when a data-bound item is being attached to a List
Declaration
public event ListViewItemEventHandler ItemDataBound
Event Type
ItemEdited
Occurs when a List
Declaration
public event ListViewItemEditedEventHandler ItemEdited
Event Type
ItemEditing
Occurs when an edit operation is about to begin. Cancelable.
Declaration
public event ListViewItemEditingEventHandler ItemEditing
Event Type
ItemMouseClick
Occurs when the user clicks a List
Declaration
public event ListViewItemEventHandler ItemMouseClick
Event Type
ItemMouseDoubleClick
Occurs when the user double-clicks a List
Declaration
public event ListViewItemEventHandler ItemMouseDoubleClick
Event Type
ItemMouseDown
Occurs when the user presses a mouse button over a List
Declaration
public event ListViewItemMouseEventHandler ItemMouseDown
Event Type
ItemMouseEnter
Occurs when the mouse pointer enters a List
Declaration
public event ListViewItemEventHandler ItemMouseEnter
Event Type
ItemMouseHover
Occurs when the user hovers a List
Declaration
public event ListViewItemEventHandler ItemMouseHover
Event Type
ItemMouseLeave
Occurs when the mouse pointer leaves a List
Declaration
public event ListViewItemEventHandler ItemMouseLeave
Event Type
ItemMouseMove
Occurs when the user moves the mouse over a List
Declaration
public event ListViewItemMouseEventHandler ItemMouseMove
Event Type
ItemMouseUp
Occurs when the user presses a mouse button over a List
Declaration
public event ListViewItemMouseEventHandler ItemMouseUp
Event Type
ItemRemoved
Occurs when an item is removed using the Delete key.
Declaration
public event ListViewItemEventHandler ItemRemoved
Event Type
ItemRemoving
Occurs when an item is about to be removed using the Delete key. Cancelable.
Declaration
public event ListViewItemCancelEventHandler ItemRemoving
Event Type
ItemValidating
Occurs when an edit operation needs to be validated.
Declaration
public event ListViewItemValidatingEventHandler ItemValidating
Event Type
ItemValueChanged
Occurs when the value of a List
Declaration
public event ListViewItemValueChangedEventHandler ItemValueChanged
Event Type
ItemValueChanging
Occurs when the value of a List
Declaration
public event ListViewItemValueChangingEventHandler ItemValueChanging
Event Type
SelectedIndexChanged
Occurs when the index of the selected item has changed.
Declaration
public event EventHandler SelectedIndexChanged
Event Type
System.
|
SelectedItemChanged
Occurs when the selected item has changed.
Declaration
public event EventHandler SelectedItemChanged
Event Type
System.
|
SelectedItemChanging
Occurs when a List
Declaration
public event ListViewItemCancelEventHandler SelectedItemChanging
Event Type
SelectedItemsChanged
Occurs when the content of the SelectedItems collection has changed.
Declaration
public event EventHandler SelectedItemsChanged
Event Type
System.
|
ValidationError
Fires when a validation error occurs.
Declaration
public event EventHandler ValidationError
Event Type
System.
|
ViewTypeChanged
Occurs when the ViewType of Rad
Declaration
public event EventHandler ViewTypeChanged
Event Type
System.
|
ViewTypeChanging
Occurs when the ViewType of Rad
Declaration
public event ViewTypeChangingEventHandler ViewTypeChanging
Event Type
VisualItemCreating
Occurs when a Base
Declaration
public event ListViewVisualItemCreatingEventHandler VisualItemCreating
Event Type
VisualItemFormatting
Occurs when a List
Declaration
public event ListViewVisualItemEventHandler VisualItemFormatting
Event Type
Explicit Interface Implementations
IDataItemSource.MetadataChanged(PropertyDescriptor)
Declaration
void IDataItemSource.MetadataChanged(PropertyDescriptor pd)
Parameters
System.
|