SfDataGridBehaviorSetNotSettableField Method

Sets the value of the attached NotSettableField property.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public static void SetNotSettableField(
	GridColumn gridColumn,
	bool value
)

Parameters

gridColumn  GridColumn
The column to which the property value is set.
value  Boolean
Value to set.

See Also