SfDataGridBehaviorSetRecordIndexVisibility Method

Sets the value of the RecordIndexVisibility attached property.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public static void SetRecordIndexVisibility(
	DependencyObject obj,
	Visibility value
)

Parameters

obj  DependencyObject
The SfDataGrid to which the property value is set.
value  Visibility
Value to set.

See Also