Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
fixLocation プロパティ
列が固定されている方向を取得します。
シンタックス
ASP.NET Ajax Javascript (Specification) | |
---|
function get_fixLocation() : {Any}
function set_fixLocation(value : {Any}) |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfClientFixedColumnInfo.get_fixLocation(); |
戻り値の型
$IG.FixLocation.Left - 列はグリッドの左端に固定されます。$IG.FixLocation.Right - 列はグリッドの右端に固定されます。