Back to Devexpress

OptionsCustomizationForm.QuickModeInitDelay Property

windowsforms-devexpress-dot-xtralayout-dot-optionscustomizationform.md

latest3.3 KB
Original Source

OptionsCustomizationForm.QuickModeInitDelay Property

Gets or sets a delay between pressing the LayoutControl and the start of quick customization mode initialization.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(300)]
public int QuickModeInitDelay { get; set; }
vb
<DefaultValue(300)>
Public Property QuickModeInitDelay As Integer

Property Value

TypeDefaultDescription
Int32300

A value that specifies the delay between pressing the LayoutControl and the start of quick customization mode initialization (displaying the load indicator).

|

Property Paths

You can access this nested property as listed below:

Object TypePath to QuickModeInitDelay
LayoutControl

.OptionsCustomizationForm .QuickModeInitDelay

|

Remarks

In quick customization mode, layout modification is performed by the touch-friendly UI. To activate this mode, an end-user has to long press a finger (on touch devices) or long right-click with a mouse within the LayoutControl’s bounds. After the time specified by the QuickModeInitDelay property, an animated load indicator is displayed. Initially, this indicator is empty and it starts to fill while you continue pressing the LayoutControl.

When the load indicator is completely filled, the Customization Form is shown and quick customization mode is activated. The indicator filling time can be set by the OptionsCustomizationForm.QuickModeLoadTime property.

See Also

CustomizationMode

AllowCustomization

QuickModeLoadTime

Quick Runtime Customization

OptionsCustomizationForm Class

OptionsCustomizationForm Members

DevExpress.XtraLayout Namespace