Skip to main content

RepositoryItemTokenEdit.DefaultMaxExpandLines Field

Stores the default number of lines (4) a TokenEdit can be expanded to. If a Token Edit needs more than 4 lines to display its content, vertical scroll bar appears. To modify this line count, use the RepositoryItemTokenEdit.MaxExpandLines property.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public const int DefaultMaxExpandLines = 4

Field Value

Type
Int32
See Also