Back to Devexpress

LookUpColumnInfo.Caption Property

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-lookupcolumninfo-1d298a13.md

latest2.0 KB
Original Source

LookUpColumnInfo.Caption Property

Gets or sets the column’s caption.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue("")]
[DXCategory("Appearance")]
public string Caption { get; set; }
vb
<DefaultValue("")>
<DXCategory("Appearance")>
Public Property Caption As String

Property Value

TypeDefaultDescription
StringString.Empty

The string representing the column’s caption.

|

Remarks

The Caption property specifies the column’s caption. This represents a string displayed in the header panel in the dropdown window of a lookup editor. The visibility of the header panel is specified by the RepositoryItemLookUpEdit.ShowHeader property.

To specify the field whose values are displayed in the column, see the LookUpColumnInfo.FieldName property.

See Also

ShowHeader

FieldName

LookUpColumnInfo Class

LookUpColumnInfo Members

DevExpress.XtraEditors.Controls Namespace