skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Test Studio Dev Edition Telerik JustMock

    CMS

    Sitefinity

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class GridViewItemsSourceProvider

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

Inheritance
System.Object
ItemsSourceProvider
GridViewItemsSourceProvider
Inherited Members
ItemsSourceProvider.ItemsSourceProperty
ItemsSourceProvider.OnPropertyChanged(String)
ItemsSourceProvider.Dispose()
ItemsSourceProvider.Dispose(Boolean)
ItemsSourceProvider.CollectionView
ItemsSourceProvider.ItemsSource
ItemsSourceProvider.PropertyChanged
Namespace: Telerik.Windows.Controls.MultiColumnComboBox
Assembly: Telerik.Windows.Controls.GridView.dll

Syntax

public class GridViewItemsSourceProvider : ItemsSourceProvider, INotifyPropertyChanged, IDisposable

Constructors

GridViewItemsSourceProvider()

Declaration
public GridViewItemsSourceProvider()

Fields

AlternateRowStyleProperty

Represents the AlternateRowStyle dependency property.

Declaration
public static readonly DependencyProperty AlternateRowStyleProperty
Field Value
System.Windows.DependencyProperty

AlternateRowStyleSelectorProperty

Represents the AlternateRowStyleSelector dependency property.

Declaration
public static readonly DependencyProperty AlternateRowStyleSelectorProperty
Field Value
System.Windows.DependencyProperty

AlternationCountProperty

Represents the AlternationCount dependency property.

Declaration
public static readonly DependencyProperty AlternationCountProperty
Field Value
System.Windows.DependencyProperty

AutoGenerateColumnsProperty

Represents the AutoGenerateColumns dependency property.

Declaration
public static readonly DependencyProperty AutoGenerateColumnsProperty
Field Value
System.Windows.DependencyProperty

CanUserSearchInHiddenColumnsProperty

Represents the CanUserSearchInHiddenColumns DependencyProperty.

Declaration
public static readonly DependencyProperty CanUserSearchInHiddenColumnsProperty
Field Value
System.Windows.DependencyProperty

ColumnWidthProperty

Represents the ColumnWidth dependency property.

Declaration
public static readonly DependencyProperty ColumnWidthProperty
Field Value
System.Windows.DependencyProperty

ContextMenuProperty

Represents the ContextMenu dependency property.

Declaration
public static readonly DependencyProperty ContextMenuProperty
Field Value
System.Windows.DependencyProperty

IsReadOnlyProperty

Represents the IsReadOnly dependency property.

Declaration
public static readonly DependencyProperty IsReadOnlyProperty
Field Value
System.Windows.DependencyProperty

RowIndicatorVisibilityProperty

Represents the RowIndicatorVisibility dependency property.

Declaration
public static readonly DependencyProperty RowIndicatorVisibilityProperty
Field Value
System.Windows.DependencyProperty

RowStyleProperty

Represents the RowStyle dependency property.

Declaration
public static readonly DependencyProperty RowStyleProperty
Field Value
System.Windows.DependencyProperty

RowStyleSelectorProperty

Represents the RowStyleSelector dependency property.

Declaration
public static readonly DependencyProperty RowStyleSelectorProperty
Field Value
System.Windows.DependencyProperty

ShowColumnFootersProperty

Represents the ShowColumnFooters dependency property.

Declaration
public static readonly DependencyProperty ShowColumnFootersProperty
Field Value
System.Windows.DependencyProperty

ShowColumnHeadersProperty

Represents the ShowColumnHeaders dependency property.

Declaration
public static readonly DependencyProperty ShowColumnHeadersProperty
Field Value
System.Windows.DependencyProperty

Properties

AlternateRowStyle

Gets or sets the style applied to alternating rows.

Declaration
public Style AlternateRowStyle { get; set; }
Property Value
System.Windows.Style

AlternateRowStyleSelector

Gets or sets the style selector applied to alternating rows.

Declaration
public StyleSelector AlternateRowStyleSelector { get; set; }
Property Value
System.Windows.Controls.StyleSelector

AlternationCount

Gets or sets the alternation step.

Declaration
public int AlternationCount { get; set; }
Property Value
System.Int32

AutoGenerateColumns

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

Declaration
public bool AutoGenerateColumns { get; set; }
Property Value
System.Boolean

CanUserSearchInHiddenColumns

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

Declaration
public bool CanUserSearchInHiddenColumns { get; set; }
Property Value
System.Boolean

Columns

Gets the collection of GridViewColumns.

Declaration
public ObservableCollection<GridViewColumn> Columns { get; }
Property Value
System.Collections.ObjectModel.ObservableCollection<GridViewColumn>

ColumnWidth

Gets or sets the column width.

Declaration
public GridViewLength ColumnWidth { get; set; }
Property Value
GridViewLength

ContextMenu

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

Declaration
public ContextMenu ContextMenu { get; set; }
Property Value
System.Windows.Controls.ContextMenu

CustomCommandProvider

Gets or sets a custom command provider for RadGridView.

Declaration
public IKeyboardCommandProvider CustomCommandProvider { get; set; }
Property Value
IKeyboardCommandProvider

IsReadOnly

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

Declaration
public bool IsReadOnly { get; set; }
Property Value
System.Boolean

RowIndicatorVisibility

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

Declaration
public Visibility RowIndicatorVisibility { get; set; }
Property Value
System.Windows.Visibility

RowStyle

Gets or sets the style applied to rows.

Declaration
public Style RowStyle { get; set; }
Property Value
System.Windows.Style

RowStyleSelector

Gets or sets the style selector applied to rows.

Declaration
public StyleSelector RowStyleSelector { get; set; }
Property Value
System.Windows.Controls.StyleSelector

SearchStateManager

Gets the SearchStateManager that will be associated with RadGridView.

Declaration
public SearchStateManager SearchStateManager { get; }
Property Value
SearchStateManager

ShowColumnFooters

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

Declaration
public bool ShowColumnFooters { get; set; }
Property Value
System.Boolean

ShowColumnHeaders

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

Declaration
public bool ShowColumnHeaders { get; set; }
Property Value
System.Boolean

Methods

CloneCore(Freezable)

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

Declaration
protected override void CloneCore(Freezable sourceFreezable)
Parameters
System.Windows.Freezable sourceFreezable

The object to clone.

CreateInstanceCore()

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

Declaration
protected override Freezable CreateInstanceCore()
Returns
System.Windows.Freezable

The new instance.

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
EnumerableExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.