Skip to main content
All docs
V25.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.v25.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