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