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

RepositoryItemSparklineEdit.AutoHeight Property

Overrides the RepositoryItem.AutoHeight property to hide it.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

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

Property Value

Type Description
Boolean

Always false.

Remarks

This property is hidden because it is not appropriate for the RepositoryItemSparklineEdit class.

See Also