menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IGridListModel - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IGridListModel

    Provides interface for DropDownList Control cells. Defines a property that returns the model of the DropDownList control and a method to define the choice list.

    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public interface IGridListModel

    Properties

    ListModel

    Declaration
    GridListModel ListModel { get; }
    Property Value
    Type
    GridListModel

    Methods

    FillWithChoices(GridStyleInfo, out Boolean)

    Declaration
    void FillWithChoices(GridStyleInfo style, out bool exclusive)
    Parameters
    Type Name Description
    GridStyleInfo style
    System.Boolean exclusive
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved