Back to Devexpress

TreeListBand.CustomizationSearchCaption Property

windowsforms-devexpress-dot-xtratreelist-dot-columns-dot-treelistband-6f68b38f.md

latest2.1 KB
Original Source

TreeListBand.CustomizationSearchCaption Property

Gets the band caption when its header is displayed in the Customization Form by which it can be found using the Customization Form’s search box.

Namespace : DevExpress.XtraTreeList.Columns

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[SearchColumn]
public string CustomizationSearchCaption { get; }
vb
<SearchColumn>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public ReadOnly Property CustomizationSearchCaption As String

Property Value

TypeDescription
String

A string value specifying the band caption when its header is displayed in the Customization Form by which it can be found using the Customization Form’s search box.

|

Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also

CustomizationCaption

CustomizationFormSearchBoxVisible

TreeListBand Class

TreeListBand Members

DevExpress.XtraTreeList.Columns Namespace