TreeListMappings.CheckBoxFieldName Property
Gets or sets the name of the field whose values define the node check states.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.1.dll
NuGet Package: DevExpress.Win.Gantt
Declaration
[DefaultValue("")]
[XtraSerializableProperty]
public string CheckBoxFieldName { get; set; }
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | The name of the field to bind to the node check states. |
Remarks
See the TreeList.CheckBoxFieldName property for more information.
See Also