Class
GridViewItemsSourceProvider

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:

cs-api-definition
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

GridViewItemsSourceProvider()

Declaration

cs-api-definition
public GridViewItemsSourceProvider()

Fields

AlternateRowStyleProperty

Represents the AlternateRowStyle dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty AlternateRowStyleProperty

Field Value

DependencyProperty

AlternateRowStyleSelectorProperty

Represents the AlternateRowStyleSelector dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty AlternateRowStyleSelectorProperty

Field Value

DependencyProperty

AlternationCountProperty

Represents the AlternationCount dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty AlternationCountProperty

Field Value

DependencyProperty

AutoGenerateColumnsProperty

Represents the AutoGenerateColumns dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty AutoGenerateColumnsProperty

Field Value

DependencyProperty

CanUserSearchInHiddenColumnsProperty

Represents the CanUserSearchInHiddenColumns DependencyProperty.

Declaration

cs-api-definition
public static readonly DependencyProperty CanUserSearchInHiddenColumnsProperty

Field Value

DependencyProperty

ColumnWidthProperty

Represents the ColumnWidth dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ColumnWidthProperty

Field Value

DependencyProperty

ContextMenuProperty

Represents the ContextMenu dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ContextMenuProperty

Field Value

DependencyProperty

IsReadOnlyProperty

Represents the IsReadOnly dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsReadOnlyProperty

Field Value

DependencyProperty

RowIndicatorVisibilityProperty

Represents the RowIndicatorVisibility dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty RowIndicatorVisibilityProperty

Field Value

DependencyProperty

RowStyleProperty

Represents the RowStyle dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty RowStyleProperty

Field Value

DependencyProperty

RowStyleSelectorProperty

Represents the RowStyleSelector dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty RowStyleSelectorProperty

Field Value

DependencyProperty

ShowColumnFootersProperty

Represents the ShowColumnFooters dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ShowColumnFootersProperty

Field Value

DependencyProperty

ShowColumnHeadersProperty

Represents the ShowColumnHeaders dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ShowColumnHeadersProperty

Field Value

DependencyProperty

Properties

AlternateRowStyle

Gets or sets the style applied to alternating rows.

Declaration

cs-api-definition
public Style AlternateRowStyle { get; set; }

Property Value

Style

AlternateRowStyleSelector

Gets or sets the style selector applied to alternating rows.

Declaration

cs-api-definition
public StyleSelector AlternateRowStyleSelector { get; set; }

Property Value

StyleSelector

AlternationCount

Gets or sets the alternation step.

Declaration

cs-api-definition
public int AlternationCount { get; set; }

Property Value

int

AutoGenerateColumns

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

Declaration

cs-api-definition
public bool AutoGenerateColumns { get; set; }

Property Value

bool

CanUserSearchInHiddenColumns

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

Declaration

cs-api-definition
public bool CanUserSearchInHiddenColumns { get; set; }

Property Value

bool

ColumnWidth

Gets or sets the column width.

Declaration

cs-api-definition
public GridViewLength ColumnWidth { get; set; }

Property Value

GridViewLength

Columns

Gets the collection of GridViewColumns.

Declaration

cs-api-definition
public ObservableCollection<GridViewColumn> Columns { get; }

Property Value

ObservableCollection<GridViewColumn>

ContextMenu

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

Declaration

cs-api-definition
public ContextMenu ContextMenu { get; set; }

Property Value

ContextMenu

CustomCommandProvider

Gets or sets a custom command provider for RadGridView.

Declaration

cs-api-definition
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

cs-api-definition
public bool IsReadOnly { get; set; }

Property Value

bool

RowIndicatorVisibility

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

Declaration

cs-api-definition
public Visibility RowIndicatorVisibility { get; set; }

Property Value

Visibility

RowStyle

Gets or sets the style applied to rows.

Declaration

cs-api-definition
public Style RowStyle { get; set; }

Property Value

Style

RowStyleSelector

Gets or sets the style selector applied to rows.

Declaration

cs-api-definition
public StyleSelector RowStyleSelector { get; set; }

Property Value

StyleSelector

SearchStateManager

Gets the SearchStateManager that will be associated with RadGridView.

Declaration

cs-api-definition
public SearchStateManager SearchStateManager { get; }

Property Value

SearchStateManager

ShowColumnFooters

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

Declaration

cs-api-definition
public bool ShowColumnFooters { get; set; }

Property Value

bool

ShowColumnHeaders

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

Declaration

cs-api-definition
public bool ShowColumnHeaders { get; set; }

Property Value

bool

Methods

CloneCore(Freezable)

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

Declaration

cs-api-definition
protected override void CloneCore(Freezable sourceFreezable)

Parameters

sourceFreezable

Freezable

The object to clone.

CreateInstanceCore()

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

Declaration

cs-api-definition
protected override Freezable CreateInstanceCore()

Returns

Freezable

The new instance.