Search
HeaderResizeEventArgs Members
Properties
 


Contains the arguments passed to handlers of header resize events.

The following tables list the members exposed by the HeaderResizeEventArgs type.

 Public Properties

  Name Description

Header

Gets or sets the header related to the event. (Inherited from HeaderEventArgs.)

IsHorizontal

Gets a value indicating whether the user resizes the header horizontally.

IsVertical

Gets a value indicating whether the user resizes the header vertically.

 See Also