Back to Devexpress

RepositoryItemTextEdit.CustomTextLineHeight Event

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemtextedit-fb29f826.md

latest1.5 KB
Original Source

RepositoryItemTextEdit.CustomTextLineHeight Event

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

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Event Data

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

Remarks

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

See Also

RepositoryItemTextEdit Class

RepositoryItemTextEdit Members

DevExpress.XtraEditors.Repository Namespace