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

LayoutViewColumnCollection.AddVisible(String, String) Method

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

public LayoutViewColumn AddVisible(
    string fieldName,
    string caption
)

Parameters

Name Type
fieldName String
caption String

Returns

Type
LayoutViewColumn
See Also