RepositoryItemBaseSpinEdit.UseCtrlIncrement Property
In This Article
OBSOLETE
This property is obsolete.
Not supported.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[DefaultValue(true)]
[DXCategory("Behavior")]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("This property is obsolete.")]
public virtual bool UseCtrlIncrement { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Boolean | true | Returns always true |
See Also