Back to Devexpress

TreeListColumn.UnboundDataTypeName Property

windowsforms-devexpress-dot-xtratreelist-dot-columns-dot-treelistcolumn-5f6eaa28.md

latest1.3 KB
Original Source

TreeListColumn.UnboundDataTypeName Property

For internal use.

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)]
[XtraSerializableProperty]
public string UnboundDataTypeName { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<XtraSerializableProperty>
Public Property UnboundDataTypeName As String

Property Value

Type
String

See Also

TreeListColumn Class

TreeListColumn Members

DevExpress.XtraTreeList.Columns Namespace