Skip to main content

RepositoryItemSparklineEdit.AutoHeight Property

Overrides the RepositoryItem.AutoHeight property to hide it.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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