Class GridViewItemsSourceProvider
Represents a class that serves as data binding source for DropDown RadGridView element.
Inherited Members
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
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
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. |