LookUpEdit.GetGridControl() Method
In This Article
Returns an embedded GridControl.
Namespace: DevExpress.Xpf.Grid.LookUp
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Returns
Type | Description |
---|---|
Grid |
A Grid |
#Remarks
To manually customize the grid control and embed it within the look-up editor, use the PopupBaseEdit.PopupContentTemplate property.
NOTE
The embedded grid control's x:Name attribute must be set to PART_Grid
See Also