Class GridDataControlDropDownCellRenderer
Inheritance
System.Object
GridDataControlDropDownCellRenderer
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid.GridCellRenderer.DropdownCellRenderers
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridDataControlDropDownCellRenderer : GridCellDropDownCellRenderer<GridDataControlDropDown>, IGridCellRenderer, ICellRenderer, IHitTestSelectCells, IStyleChanged, IDisposable, IAllowKeepAliveOnlyCurrentCell
Constructors
GridDataControlDropDownCellRenderer()
Declaration
public GridDataControlDropDownCellRenderer()
Properties
DisplayMember
Display member of the dropdown grid.
Declaration
public string DisplayMember { get; set; }
Property Value
Type |
---|
System.String |
GridDataControlDropDownCellModel
Declaration
public GridDataControlDropDownCellModel GridDataControlDropDownCellModel { get; }
Property Value
Type |
---|
GridDataControlDropDownCellModel |
Methods
ArrangeUIElement(ArrangeCellArgs, GridDataControlDropDown, GridRenderStyleInfo)
Declaration
protected override void ArrangeUIElement(ArrangeCellArgs aca, GridDataControlDropDown uiElement, GridRenderStyleInfo style)
Parameters
Type | Name | Description |
---|---|---|
ArrangeCellArgs | aca | |
GridDataControlDropDown | uiElement | |
GridRenderStyleInfo | style |
Overrides
Syncfusion.Windows.Controls.Grid.GridCellDropDownCellRenderer<Syncfusion.Windows.Controls.Grid.GridCellRenderer.DropdownCellRenderers.GridDataControlDropDown>.ArrangeUIElement(Syncfusion.Windows.Controls.Cells.ArrangeCellArgs, Syncfusion.Windows.Controls.Grid.GridCellRenderer.DropdownCellRenderers.GridDataControlDropDown, Syncfusion.Windows.Controls.Grid.GridRenderStyleInfo)
OnDropdownGridRecordsSelectionChanged(Object, GridDataRecordsSelectionChangedEventArgs)
Declaration
public virtual void OnDropdownGridRecordsSelectionChanged(object sender, GridDataRecordsSelectionChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
GridDataRecordsSelectionChangedEventArgs | e |
OnInitializeContent(GridDataControlDropDown, GridRenderStyleInfo)
Declaration
public override void OnInitializeContent(GridDataControlDropDown dropDownControl, GridRenderStyleInfo style)
Parameters
Type | Name | Description |
---|---|---|
GridDataControlDropDown | dropDownControl | |
GridRenderStyleInfo | style |
Overrides
Syncfusion.Windows.Controls.Grid.GridCellDropDownCellRenderer<Syncfusion.Windows.Controls.Grid.GridCellRenderer.DropdownCellRenderers.GridDataControlDropDown>.OnInitializeContent(Syncfusion.Windows.Controls.Grid.GridCellRenderer.DropdownCellRenderers.GridDataControlDropDown, Syncfusion.Windows.Controls.Grid.GridRenderStyleInfo)
SetTablePropertiesFromOther(GridDataTableProperties, GridDataTableProperties)
Declaration
protected virtual void SetTablePropertiesFromOther(GridDataTableProperties tableProperties, GridDataTableProperties other)
Parameters
Type | Name | Description |
---|---|---|
GridDataTableProperties | tableProperties | |
GridDataTableProperties | other |
UnwireTemplateParts(GridDataControlDropDown)
Declaration
protected override void UnwireTemplateParts(GridDataControlDropDown uiElement)
Parameters
Type | Name | Description |
---|---|---|
GridDataControlDropDown | uiElement |
Overrides
Syncfusion.Windows.Controls.Grid.GridCellDropDownCellRenderer<Syncfusion.Windows.Controls.Grid.GridCellRenderer.DropdownCellRenderers.GridDataControlDropDown>.UnwireTemplateParts(Syncfusion.Windows.Controls.Grid.GridCellRenderer.DropdownCellRenderers.GridDataControlDropDown)
WireTemplateParts(GridDataControlDropDown)
Declaration
protected override void WireTemplateParts(GridDataControlDropDown uiElement)
Parameters
Type | Name | Description |
---|---|---|
GridDataControlDropDown | uiElement |
Overrides
Syncfusion.Windows.Controls.Grid.GridCellDropDownCellRenderer<Syncfusion.Windows.Controls.Grid.GridCellRenderer.DropdownCellRenderers.GridDataControlDropDown>.WireTemplateParts(Syncfusion.Windows.Controls.Grid.GridCellRenderer.DropdownCellRenderers.GridDataControlDropDown)
Implements
System.IDisposable