Back to Devexpress

GridColumn.ColumnEditName Property

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

latest2.2 KB
Original Source

GridColumn.ColumnEditName Property

Gets or sets the name of the column’s editor.

Namespace : DevExpress.XtraGrid.Columns

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[XtraSerializableProperty]
public virtual string ColumnEditName { get; set; }
vb
<Browsable(False)>
<XtraSerializableProperty>
Public Overridable Property ColumnEditName As String

Property Value

TypeDescription
String

A string value specifying editor name.

|

Remarks

Use the ColumnEditName property to assign an editor from the grid’s internal or external repository to the column. The assigned editor is specified by its name. Note that if the editor with the specified name doesn’t exist in either of the repositories, assignment is not in effect.

Alternatively, you can use the GridColumn.ColumnEdit property to bind editors to columns. Refer to the Modify and Validate Cell Values help topic for details.

See Also

ColumnEdit

ExternalRepository

RepositoryItems

GridColumn Class

GridColumn Members

DevExpress.XtraGrid.Columns Namespace