DlgGridControl.IsRowDirty(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual bool IsRowDirty(int rowIndex);
public bool IsRowDirty (int rowIndex);
abstract member IsRowDirty : int -> bool
override this.IsRowDirty : int -> bool
Public Function IsRowDirty (rowIndex As Integer) As Boolean
Parameters
- rowIndex
- Int32