ClassFileBrowserGridViewSelectedItemsBindingBehavior
Class
An attached behavior for synchronization of RadGridView selected items.
Definition
Namespace:Telerik.Windows.Controls.FileDialogs
Assembly:Telerik.Windows.Controls.FileDialogs.dll
Syntax:
cs-api-definition
public class FileBrowserGridViewSelectedItemsBindingBehavior : ViewModelBase, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseFileBrowserGridViewSelectedItemsBindingBehavior
Implements:
Inherited Members
Constructors
FileBrowserGridViewSelectedItemsBindingBehavior()
Declaration
cs-api-definition
public FileBrowserGridViewSelectedItemsBindingBehavior()
Fields
SelectedItemsProperty
Identifies the SelectedItems attached property.
Declaration
cs-api-definition
public static readonly DependencyProperty SelectedItemsProperty
Field Value
DependencyProperty
Methods
GetSelectedItems(DependencyObject)
Returns the value of the SelectedItems property related to the specified object.
Declaration
cs-api-definition
public static INotifyCollectionChanged GetSelectedItems(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
SetSelectedItems(DependencyObject, INotifyCollectionChanged)
Sets the value of the SelectedItems property related to the specified object.
Declaration
cs-api-definition
public static void SetSelectedItems(DependencyObject obj, INotifyCollectionChanged value)
Parameters
obj
DependencyObject
value