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.
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public interface IGridListModel
Properties
ListModel
Declaration
GridListModel ListModel { get; }
Property Value
Methods
FillWithChoices(GridStyleInfo, out Boolean)
Declaration
void FillWithChoices(GridStyleInfo style, out bool exclusive)
Parameters
Type |
Name |
Description |
GridStyleInfo |
style |
|
System.Boolean |
exclusive |
|