Skip to main content
A newer version of this page is available. .

RepositoryItemTrackBar.AutoHeight Property

Gets or sets a value which specifies whether the editor’s height is automatically calculated to fit its content.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[Browsable(false)]
public override bool AutoHeight { get; }

Property Value

Type Description
Boolean

Always false.

Remarks

The AutoHeight property overrides the base class property to disable the automatic height calculation.

See Also