Gets or sets the name of the column to which grid options should be applied.
object.OptionColumn = [string]
Where object is an object expression that evaluates to one of the controls in the Applies To list, and string is the name of the column to which options should apply.
If a grid contains more than one column that is entry capable, by default, any grid options will be applied to the first entry capable cell within the selected row. If however the grid options relate to some other cell in that row, this property allows you to determine which column the options apply.
It is important to note that one must specify the name, not the index, of the column to which grid options are applied.
Options property | Auto-hide option column option
© 2004-2021 looksoftware. All rights reserved.