Back to Devexpress

TreeListMappings.CheckBoxFieldName Property

windowsforms-devexpress-dot-xtragantt-dot-treelistmappings-983fe7f7.md

latest1.6 KB
Original Source

TreeListMappings.CheckBoxFieldName Property

Gets or sets the name of the field whose values define the node check states.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
[DefaultValue("")]
[XtraSerializableProperty]
public string CheckBoxFieldName { get; set; }
vb
<DefaultValue("")>
<XtraSerializableProperty>
Public Property CheckBoxFieldName As String

Property Value

TypeDefaultDescription
StringString.Empty

The name of the field to bind to the node check states.

|

Remarks

See the TreeList.CheckBoxFieldName property for more information.

See Also

TreeListMappings Class

TreeListMappings Members

DevExpress.XtraGantt Namespace