WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IGridListModel

    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 Description
    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 - 2023 Syncfusion Inc. All Rights Reserved