Detail View Control.
For a list of all members of this type, see DetailView Members.
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
System.Windows.Forms.ContainerControl
System.Windows.Forms.UserControl
Resco.Controls.DetailView.DetailView
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Resco DetailView control enables you to display a list of items to the user that represents detailed information about some data. It implements four types of editable controls to display and edit. They are ItemTextBox, ItemComboBox, ItemDateTime and ItemCheckBox. You can handle the ItemGotFocus, ItemLostFocus, ItemChanged, ItemClick and ItemValidating events to do some additional processing when the item is doing any of these operations.
The DetailView displays each Item in the Items collection. You can Add, Insert and Remove any of the Items in the collection. You can also get or set properties for each type of Item.
The control is specially designed for Compact Framework and optimized for designing in visual designer. For an examples of usage see the
Notes to Inheritors: During the further developement of the DetailViev control non-public properties and methods can be a subject to change.
Namespace: Resco.Controls.DetailView
Assembly: Resco.DetailView.CF3 (in Resco.DetailView.CF3.dll)
DetailView Members | Resco.Controls.DetailView Namespace | sample