Skip to content

PropertyItem.Unbound property

Gets or sets the unbound flag, which when true the generated field won't have a field name and the grid / form won't try to load or save any value for it.

public bool? Unbound { get; set; }

See Also