SfDataGridBehaviorVisibleFields Property

Gets or sets a list of fields that determine the visible columns in the SfDataGrid control.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public IList<Field> VisibleFields { get; set; }

Property Value

IListField

See Also