Skip to main content
A newer version of this page is available. .
All docs
V20.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.v20.2.dll

NuGet Package: 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:

Show 33 property paths
Object Type Path to Label
RepositoryItemBaseSpinEdit
RepositoryItemBlobBaseEdit
RepositoryItemButtonEdit
RepositoryItemCalcEdit
RepositoryItemCheckedComboBoxEdit
RepositoryItemColorEdit
RepositoryItemColorPickEdit
RepositoryItemComboBox
RepositoryItemDateEdit
RepositoryItemDateTimeOffsetEdit
RepositoryItemFontEdit
RepositoryItemGridLookUpEdit
RepositoryItemGridLookUpEditBase
RepositoryItemHyperLinkEdit
RepositoryItemHypertextLabel
RepositoryItemImageComboBox
RepositoryItemImageEdit
RepositoryItemLookUpEdit
RepositoryItemLookUpEditBase
RepositoryItemMemoEdit
RepositoryItemMRUEdit
RepositoryItemPageNumberEdit
RepositoryItemPopupBase
RepositoryItemPopupBaseAutoSearchEdit
RepositoryItemPopupContainerEdit
RepositoryItemPopupGalleryEdit
RepositoryItemSearchControl
RepositoryItemSearchLookUpEdit
RepositoryItemSpinEdit
RepositoryItemTextEdit
RepositoryItemTimeEdit
RepositoryItemTimeSpanEdit
RepositoryItemTreeListLookUpEdit
See Also