WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridListControl - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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 Description
    System.Windows.DependencyProperty

    TemplateGrid

    Declaration
    public const string TemplateGrid = "PART_GridControl"
    Field Value
    Type Description
    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 Description
    GridListModel

    Methods

    OnApplyTemplate()

    Declaration
    public override void OnApplyTemplate()

    Events

    GridLoaded

    Declaration
    public event EventHandler GridLoaded
    Event Type
    Type Description
    System.EventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved