BindColumn.IsAutoCreated

BindColumn.IsAutoCreated property

Indicates whether the column is created automatically. If true, the column will be deleted when user change the datasource in the design time.

public bool IsAutoCreated { get; set; }

See Also