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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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