Back to Devexpress

GridColumn.CustomizationSearchCaption Property

windowsforms-devexpress-dot-xtragrid-dot-columns-dot-gridcolumn-35000567.md

latest1.3 KB
Original Source

GridColumn.CustomizationSearchCaption Property

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

Namespace : DevExpress.XtraGrid.Columns

Assembly : DevExpress.XtraGrid.v25.2.dll

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

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

Type
String

See Also

GridColumn Class

GridColumn Members

DevExpress.XtraGrid.Columns Namespace