SfDataGridBehaviorGetUseEditableCellStyle Method

Gets 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 bool GetUseEditableCellStyle(
	SfDataGrid element
)

Parameters

element  SfDataGrid
SfDataGrid with the element.

Return Value

Boolean
if can get the value.; otherwise, .

See Also