Skip to main content
All docs
V24.1

RepositoryItemTextEdit.CustomTextLineHeight Event

Allows you to specify the height of a line of text in Advanced Mode.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v24.1.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.

Remarks

Read the following topic for an example: TextEdit.CustomTextLineHeight.

See Also