Skip to main content
All docs
V23.2

RepositoryItemTextEdit.CustomTextLineHeight Event

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Events")]
public event TextEditCustomTextLineHeightEventHandler CustomTextLineHeight

Event Data

The CustomTextLineHeight event's data class is DevExpress.XtraEditors.TextEditCustomTextLineHeightEventArgs.

See Also