ClassGridViewItemsSourceProvider
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:
public class GridViewItemsSourceProvider : ItemsSourceProvider, INotifyPropertyChanged, IDisposable
Inheritance: objectItemsSourceProviderGridViewItemsSourceProvider
Implements:
Inherited Members
Constructors
GridViewItemsSourceProvider()
Declaration
public GridViewItemsSourceProvider()
Fields
AlternateRowStyleProperty
Represents the AlternateRowStyle dependency property.
Declaration
public static readonly DependencyProperty AlternateRowStyleProperty
Field Value
DependencyProperty
AlternateRowStyleSelectorProperty
Represents the AlternateRowStyleSelector dependency property.
Declaration
public static readonly DependencyProperty AlternateRowStyleSelectorProperty
Field Value
DependencyProperty
AlternationCountProperty
Represents the AlternationCount dependency property.
Declaration
public static readonly DependencyProperty AlternationCountProperty
Field Value
DependencyProperty
AutoGenerateColumnsProperty
Represents the AutoGenerateColumns dependency property.
Declaration
public static readonly DependencyProperty AutoGenerateColumnsProperty
Field Value
DependencyProperty
CanUserSearchInHiddenColumnsProperty
Represents the CanUserSearchInHiddenColumns DependencyProperty.
Declaration
public static readonly DependencyProperty CanUserSearchInHiddenColumnsProperty
Field Value
DependencyProperty
ColumnWidthProperty
Represents the ColumnWidth dependency property.
Declaration
public static readonly DependencyProperty ColumnWidthProperty
Field Value
DependencyProperty
ContextMenuProperty
Represents the ContextMenu dependency property.
Declaration
public static readonly DependencyProperty ContextMenuProperty
Field Value
DependencyProperty
IsReadOnlyProperty
Represents the IsReadOnly dependency property.
Declaration
public static readonly DependencyProperty IsReadOnlyProperty
Field Value
DependencyProperty
RowIndicatorVisibilityProperty
Represents the RowIndicatorVisibility dependency property.
Declaration
public static readonly DependencyProperty RowIndicatorVisibilityProperty
Field Value
DependencyProperty
RowStyleProperty
Represents the RowStyle dependency property.
Declaration
public static readonly DependencyProperty RowStyleProperty
Field Value
DependencyProperty
RowStyleSelectorProperty
Represents the RowStyleSelector dependency property.
Declaration
public static readonly DependencyProperty RowStyleSelectorProperty
Field Value
DependencyProperty
ShowColumnFootersProperty
Represents the ShowColumnFooters dependency property.
Declaration
public static readonly DependencyProperty ShowColumnFootersProperty
Field Value
DependencyProperty
ShowColumnHeadersProperty
Represents the ShowColumnHeaders dependency property.
Declaration
public static readonly DependencyProperty ShowColumnHeadersProperty
Field Value
DependencyProperty
Properties
AlternateRowStyle
Gets or sets the style applied to alternating rows.
Declaration
public Style AlternateRowStyle { get; set; }
Property Value
Style
AlternateRowStyleSelector
Gets or sets the style selector applied to alternating rows.
Declaration
public StyleSelector AlternateRowStyleSelector { get; set; }
Property Value
StyleSelector
AlternationCount
Gets or sets the alternation step.
AutoGenerateColumns
Gets or sets a value that indicates whether column will be automatically generated.
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
ColumnWidth
Gets or sets the column width.
Declaration
public GridViewLength ColumnWidth { get; set; }
Property Value
Columns
Gets the collection of GridViewColumns.
Declaration
public ObservableCollection<GridViewColumn> Columns { get; }
Property Value
ContextMenu
Gets or sets the context menu that is attached to RadGridView.
Declaration
public ContextMenu ContextMenu { get; set; }
Property Value
ContextMenu
CustomCommandProvider
Gets or sets a custom command provider for RadGridView.
Declaration
public IKeyboardCommandProvider CustomCommandProvider { get; set; }
Property Value
IsReadOnly
Get or sets a value that indicates whether the GridView drop down element is in read-only state.
RowIndicatorVisibility
Gets or sets a value that indicates whether row indicators are visible.
Declaration
public Visibility RowIndicatorVisibility { get; set; }
Property Value
Visibility
RowStyle
Gets or sets the style applied to rows.
Declaration
public Style RowStyle { get; set; }
Property Value
Style
RowStyleSelector
Gets or sets the style selector applied to rows.
Declaration
public StyleSelector RowStyleSelector { get; set; }
Property Value
StyleSelector
SearchStateManager
Gets the SearchStateManager that will be associated with RadGridView.
Declaration
public SearchStateManager SearchStateManager { get; }
Property Value
ShowColumnFooters
Gets or sets a value that indicates whether column footers will be visible.
ShowColumnHeaders
Gets or sets a value that indicates whether column headers will be visible.
Methods
CloneCore(Freezable)
Makes the instance a clone (deep copy) of the specified Freezable using base (non-animated) property values.
Declaration
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
protected override Freezable CreateInstanceCore()
Returns
Freezable
The new instance.