Gets the position of the right side of this column, in pixels, relative to the grid.
Namespace:
C1.Silverlight.FlexGridAssembly: C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)
Syntax
C# |
---|
[BrowsableAttribute(false)] public double Right { get; } |
Visual Basic |
---|
<BrowsableAttribute(False)> _ Public ReadOnly Property Right As Double Get |
Remarks
The value returned is the sum of column widths from the left of the grid until
and including this column, and does not account for the scroll position. To account
for the scroll position, this value should be adjusted using the grid's ScrollPosition
property.