SfDataGridBehaviorGetNotSettableField Method

Gets 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 bool GetNotSettableField(
	GridColumn gridColumn
)

Parameters

gridColumn  GridColumn
The column from which to get the value of the VirtualizedFilters property.

Return Value

Boolean
NotSettableField property value.

See Also