Back to Devexpress

TextEditAdvancedModeOptions.AllowCaretAnimation Property

windowsforms-devexpress-dot-xtraeditors-dot-texteditadvancedmodeoptions-9e399dee.md

latest2.2 KB
Original Source

TextEditAdvancedModeOptions.AllowCaretAnimation Property

Gets or sets whether an editor should use updated caret animations when in Advanced Mode. See this property for more information about this mode: RepositoryItemTextEdit.UseAdvancedMode.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(DefaultBoolean.Default)]
[DXCategory("Appearance")]
public virtual DefaultBoolean AllowCaretAnimation { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(DefaultBoolean.Default)>
Public Overridable Property AllowCaretAnimation As DefaultBoolean

Property Value

TypeDefaultDescription
DefaultBooleanDefault

Specifies whether update caret animation effects are enabled.

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AllowCaretAnimation
RepositoryItemTextEdit

.AdvancedModeOptions .AllowCaretAnimation

|

See Also

TextEditAdvancedModeOptions Class

TextEditAdvancedModeOptions Members

DevExpress.XtraEditors Namespace