Back to Devexpress

TextEditAdvancedModeOptions.SelectionColor Property

windowsforms-devexpress-dot-xtraeditors-dot-texteditadvancedmodeoptions-7aaf18dd.md

latest1.7 KB
Original Source

TextEditAdvancedModeOptions.SelectionColor Property

Gets or sets the selection color. This property is in effect if the UseAdvancedMode property is enabled.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
[XtraSerializableProperty]
public virtual Color SelectionColor { get; set; }
vb
<XtraSerializableProperty>
<DXCategory("Appearance")>
Public Overridable Property SelectionColor As Color

Property Value

TypeDescription
Color

The selection color.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to SelectionColor
RepositoryItemTextEdit

.AdvancedModeOptions .SelectionColor

|

See Also

TextEditAdvancedModeOptions Class

TextEditAdvancedModeOptions Members

DevExpress.XtraEditors Namespace