SfDataGridBehaviorAssociatedDataGridEquals Method
Determines whether the specified SfDataGrid object is equivalent to the current associated SfDataGrid object.
Namespace: Aliquo.Windows.ControlsAssembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
public bool AssociatedDataGridEquals(
SfDataGrid sfDataGrid
)
Public Function AssociatedDataGridEquals (
sfDataGrid As SfDataGrid
) As Boolean
- sfDataGrid SfDataGrid
- SfDataGrid object to compare
Boolean if the specified SfDataGrid object is
equivalent to the current associated SfDataGrid objec; otherwise,
.