Class GridListControl
Inheritance
System.Object
GridListControl
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridListControl : ContentControl
Constructors
GridListControl()
Declaration
public GridListControl()
Fields
ItemsSourceProperty
DependencyProperty for ItemsSource.
Declaration
public static readonly DependencyProperty ItemsSourceProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
TemplateGrid
Declaration
public const string TemplateGrid = "PART_GridControl"
Field Value
Type |
---|
System.String |
Properties
ItemsSource
Gets or sets the items source.
Declaration
public IEnumerable ItemsSource { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.IEnumerable | The items source. |
Model
Declaration
public GridListModel Model { get; }
Property Value
Type |
---|
GridListModel |
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
Events
GridLoaded
Declaration
public event EventHandler GridLoaded
Event Type
Type |
---|
System.EventHandler |