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.2.dll
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