GridControl.AdjustEmbeddedEditorBoundsForCustomColumn Method

Definition

protected:
 virtual void AdjustEmbeddedEditorBoundsForCustomColumn(System::Drawing::Rectangle % bounds, int uiColumnIndex, long nRowIndex);
protected virtual void AdjustEmbeddedEditorBoundsForCustomColumn (ref System.Drawing.Rectangle bounds, int uiColumnIndex, long nRowIndex);
abstract member AdjustEmbeddedEditorBoundsForCustomColumn : Rectangle * int * int64 -> unit
override this.AdjustEmbeddedEditorBoundsForCustomColumn : Rectangle * int * int64 -> unit
Protected Overridable Sub AdjustEmbeddedEditorBoundsForCustomColumn (ByRef bounds As Rectangle, uiColumnIndex As Integer, nRowIndex As Long)

Parameters

bounds
Rectangle
uiColumnIndex
Int32
nRowIndex
Int64

Applies to