SfDataGridBehaviorGetRecordIndexVisibility Method
Gets the value of the attached RecordIndexVisibility property.
Namespace: Aliquo.Windows.ControlsAssembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
public static Visibility GetRecordIndexVisibility(
DependencyObject obj
)
Public Shared Function GetRecordIndexVisibility (
obj As DependencyObject
) As Visibility
- obj DependencyObject
- The SfDataGrid from which to get the value of the RecordIndexVisibility property.
VisibilityRecordIndexVisibility property value.