Back to Devexpress

RepositoryItemLookUpEdit.MeasureColumn Method

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemlookupedit-dot-measurecolumn.md

latest849 B
Original Source

RepositoryItemLookUpEdit.MeasureColumn Method

NameParametersDescription
MeasureColumn(GraphicsCache, LookUpColumnInfo)cache, columnReturns the width of the widest column value in pixels (taking the column’s caption into account). This overloaded method uses GraphicsCache for the sake of performance.
MeasureColumn(Graphics, LookUpColumnInfo)g, columnReturns the width of the widest column value in pixels (taking the column’s caption into account).