New to Telerik UI for WPFStart a free 30-day trial

Represents a class that serves as data binding source for DropDown RadGridView element.

Definition

Namespace:Telerik.Windows.Controls.MultiColumnComboBox

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

C#
public class GridViewItemsSourceProvider : ItemsSourceProvider, INotifyPropertyChanged, IDisposable

Inheritance: objectItemsSourceProviderGridViewItemsSourceProvider

Implements: IDisposableINotifyPropertyChanged

Inherited Members ItemsSourceProvider.ItemsSourcePropertyItemsSourceProvider.OnPropertyChanged(string)ItemsSourceProvider.Dispose()ItemsSourceProvider.Dispose(bool)ItemsSourceProvider.CollectionViewItemsSourceProvider.ItemsSourceItemsSourceProvider.PropertyChanged...

Constructors

C#
public GridViewItemsSourceProvider()

Fields

AlternateRowStyleProperty

DependencyProperty

Represents the AlternateRowStyle dependency property.

C#
public static readonly DependencyProperty AlternateRowStyleProperty

Represents the AlternateRowStyleSelector dependency property.

C#
public static readonly DependencyProperty AlternateRowStyleSelectorProperty

AlternationCountProperty

DependencyProperty

Represents the AlternationCount dependency property.

C#
public static readonly DependencyProperty AlternationCountProperty

AutoGenerateColumnsProperty

DependencyProperty

Represents the AutoGenerateColumns dependency property.

C#
public static readonly DependencyProperty AutoGenerateColumnsProperty

Represents the CanUserSearchInHiddenColumns DependencyProperty.

C#
public static readonly DependencyProperty CanUserSearchInHiddenColumnsProperty

ColumnWidthProperty

DependencyProperty

Represents the ColumnWidth dependency property.

C#
public static readonly DependencyProperty ColumnWidthProperty

ContextMenuProperty

DependencyProperty

Represents the ContextMenu dependency property.

C#
public static readonly DependencyProperty ContextMenuProperty

IsReadOnlyProperty

DependencyProperty

Represents the IsReadOnly dependency property.

C#
public static readonly DependencyProperty IsReadOnlyProperty

Represents the RowIndicatorVisibility dependency property.

C#
public static readonly DependencyProperty RowIndicatorVisibilityProperty

RowStyleProperty

DependencyProperty

Represents the RowStyle dependency property.

C#
public static readonly DependencyProperty RowStyleProperty

RowStyleSelectorProperty

DependencyProperty

Represents the RowStyleSelector dependency property.

C#
public static readonly DependencyProperty RowStyleSelectorProperty

ShowColumnFootersProperty

DependencyProperty

Represents the ShowColumnFooters dependency property.

C#
public static readonly DependencyProperty ShowColumnFootersProperty

ShowColumnHeadersProperty

DependencyProperty

Represents the ShowColumnHeaders dependency property.

C#
public static readonly DependencyProperty ShowColumnHeadersProperty

Properties

Gets or sets the style applied to alternating rows.

C#
public Style AlternateRowStyle { get; set; }

Gets or sets the style selector applied to alternating rows.

C#
public StyleSelector AlternateRowStyleSelector { get; set; }

Gets or sets the alternation step.

C#
public int AlternationCount { get; set; }

Gets or sets a value that indicates whether column will be automatically generated.

C#
public bool AutoGenerateColumns { get; set; }

Gets or sets a value that indicates whether search will seek for results in hidden columns.

C#
public bool CanUserSearchInHiddenColumns { get; set; }

Gets the collection of GridViewColumns.

C#
public ObservableCollection<GridViewColumn> Columns { get; }

Gets or sets the column width.

C#
public GridViewLength ColumnWidth { get; set; }

ContextMenu

ContextMenu

Gets or sets the context menu that is attached to RadGridView.

C#
public ContextMenu ContextMenu { get; set; }

Gets or sets a custom command provider for RadGridView.

C#
public IKeyboardCommandProvider CustomCommandProvider { get; set; }

Get or sets a value that indicates whether the GridView drop down element is in read-only state.

C#
public bool IsReadOnly { get; set; }

Gets or sets a value that indicates whether row indicators are visible.

C#
public Visibility RowIndicatorVisibility { get; set; }

Gets or sets the style applied to rows.

C#
public Style RowStyle { get; set; }

RowStyleSelector

StyleSelector

Gets or sets the style selector applied to rows.

C#
public StyleSelector RowStyleSelector { get; set; }

Gets the SearchStateManager that will be associated with RadGridView.

C#
public SearchStateManager SearchStateManager { get; }

Gets or sets a value that indicates whether column footers will be visible.

C#
public bool ShowColumnFooters { get; set; }

Gets or sets a value that indicates whether column headers will be visible.

C#
public bool ShowColumnHeaders { get; set; }

Methods

Makes the instance a clone (deep copy) of the specified Freezable using base (non-animated) property values.

C#
protected override void CloneCore(Freezable sourceFreezable)
Parameters:sourceFreezableFreezable

The object to clone.

When implemented in a derived class, creates a new instance of the Freezable derived class.

C#
protected override Freezable CreateInstanceCore()
Returns:

Freezable

The new instance.