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

AutoHideGroup.AutoHideSpeed Property

Gets or sets the time, in milliseconds, required to open/close an auto-hidden panel belonging to the current group. This is a dependency property.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v18.2.dll

Declaration

public int AutoHideSpeed { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the time, in milliseconds, required to open/close an auto-hidden panel belonging to the current group.

See Also