menu

WPF

  • Code Examples
  • 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
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved