Back to Devexpress

LookUpEdit.CustomDrawCell Event

windowsforms-devexpress-dot-xtraeditors-dot-lookupedit-1c1e457e.md

latest1.4 KB
Original Source

LookUpEdit.CustomDrawCell Event

Provides the capability to perform custom painting of grid cells in the drop-down.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Events")]
public event LookUpCustomDrawCellEventHandler CustomDrawCell
vb
<DXCategory("Events")>
Public Event CustomDrawCell As LookUpCustomDrawCellEventHandler

Event Data

The CustomDrawCell event's data class is DevExpress.XtraEditors.Popup.LookUpCustomDrawCellArgs.

Remarks

For details, see the RepositoryItemLookUpEdit.CustomDrawCell event, which is equivalent to the current CustomDrawCell event.

See Also

CustomDrawCell

LookUpEdit Class

LookUpEdit Members

DevExpress.XtraEditors Namespace