SfDataGridBehaviorAllowFrozenColumns Property

Gets or sets a value that indicates whether freezing columns is allowed.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public bool AllowFrozenColumns { get; set; }

Property Value

Boolean

Remarks

Setting this property to enables a control that the user can drag and drop to freeze or unfreeze columns.

See Also