SfDataGridBehaviorGetRecordIndexVisibility Method

Gets the value of the attached RecordIndexVisibility property.

Definition

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

Parameters

obj  DependencyObject
The SfDataGrid from which to get the value of the RecordIndexVisibility property.

Return Value

Visibility
RecordIndexVisibility property value.

See Also