Back to Devexpress

LookUpEdit.CustomDrawLine Event

windowsforms-devexpress-dot-xtraeditors-dot-lookupedit-361215c8.md

latest1.4 KB
Original Source

LookUpEdit.CustomDrawLine Event

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Event Data

The CustomDrawLine event's data class is DevExpress.XtraEditors.Popup.LookUpCustomDrawLineArgs.

Remarks

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

See Also

CustomDrawLine

LookUpEdit Class

LookUpEdit Members

DevExpress.XtraEditors Namespace