GrapeCity MultiRow Windows Forms Documentation
NewValue Property


Gets the width or height value of the header cell in the current resize state. The unit is in pixels.
Syntax
Public ReadOnly Property NewValue As Integer
Dim instance As ResizeTipTextNeededEventArgs
Dim value As Integer
 
value = instance.NewValue
public int NewValue {get;}

Property Value

An System.Int32 value that represents the width or height of the header cell in the current resize state. The unit is in pixels.
Remarks
You can customize the resize tip text based on NewValue and OldValue. For example, in the ResizeTipTextNeeded event handler, you can write code "e.ResizeTipText = "resize from " + e.OldValue + "to " + e.NewValue".
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ResizeTipTextNeededEventArgs Class
ResizeTipTextNeededEventArgs Members

 

 


Copyright © GrapeCity, inc. All rights reserved.