Search
ItemEditContext Members
Properties Methods
 


Provides information about an item when it is being edited using a custom item editor.

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

 Public Properties

  Name Description

BackgroundColor

Gets or sets the background color of the editor.

Bounds

Gets the rectangle bounding the item contents.

Calendar

Gets the Calendar control, associated with the item.

ForegroundColor

Gets or sets the foreground color of the editor.

IsHorizontal

Gets a value indicating the item's orientation.

Item

Gets the item that is being edited.

TextAlignment

Gets the alignment of the text of the item being edited.

TextFont

Gets the font of the text of the item being edited.

 Public Methods

  Name Description

Accept

Accepts the changes made on the item during the in-place editing.

Cancel

Cancels the in-place editing mode.

 See Also