SfDataGridBehaviorSetUseEditableCellStyle Method

Sets the value of the editable cell style usage.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public static void SetUseEditableCellStyle(
	SfDataGrid element,
	bool value
)

Parameters

element  SfDataGrid
SfDataGrid with the element.
value  Boolean
Indicates whether it is a value.

See Also