Skip to main content
A newer version of this page is available. .
All docs
V21.2

TextEditAdvancedModeOptions.Label Property

Gets or sets the caption of the embedded editor label. TextEdit-based editors can have embedded labels only when in Advanced Mode. See this property for more information about this mode: RepositoryItemTextEdit.UseAdvancedMode.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

[DefaultValue("")]
[DXCategory("Appearance")]
public string Label { get; set; }

Property Value

Type Default Description
String String.Empty

The emdedded editor label’s caption.

Property Paths

You can access this nested property as listed below:

Object Type Path to Label
RepositoryItemTextEdit
See Also