public ConditionalBoolean IsVisible {get; set;}
Property Value
A value from the ConditionalBoolean Enumeration indicating whether the column should be visible or not.
public ConditionalBoolean IsVisible {get; set;}
A value from the ConditionalBoolean Enumeration indicating whether the column should be visible or not.
employees.ColumnMetadatas.Add(new EntityColumnMetadata("LastName") { ColumnType = "String", MnemonicName = "Last Name", IsVisible = ConditionalBoolean.False });