Share via


GridControl.ResizeColumnToShowAllContentsInternal Method

Definition

Overloads

ResizeColumnToShowAllContentsInternal(Int32)
ResizeColumnToShowAllContentsInternal(Int32, Boolean)

ResizeColumnToShowAllContentsInternal(Int32)

protected:
 virtual void ResizeColumnToShowAllContentsInternal(int columnIndex);
protected virtual void ResizeColumnToShowAllContentsInternal (int columnIndex);
abstract member ResizeColumnToShowAllContentsInternal : int -> unit
override this.ResizeColumnToShowAllContentsInternal : int -> unit
Protected Overridable Sub ResizeColumnToShowAllContentsInternal (columnIndex As Integer)

Parameters

columnIndex
Int32

Applies to

ResizeColumnToShowAllContentsInternal(Int32, Boolean)

protected:
 virtual void ResizeColumnToShowAllContentsInternal(int columnIndex, bool considerAllRows);
protected virtual void ResizeColumnToShowAllContentsInternal (int columnIndex, bool considerAllRows);
abstract member ResizeColumnToShowAllContentsInternal : int * bool -> unit
override this.ResizeColumnToShowAllContentsInternal : int * bool -> unit
Protected Overridable Sub ResizeColumnToShowAllContentsInternal (columnIndex As Integer, considerAllRows As Boolean)

Parameters

columnIndex
Int32
considerAllRows
Boolean

Applies to