Click or drag to resize
FdfCollectionEditor Class
Inheritance Hierarchy

Namespace: FDF.Common.Runtime.Controls
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public class FdfCollectionEditor : FdfControl

The FdfCollectionEditor type exposes the following members.

Constructors
  NameDescription
Public methodFdfCollectionEditor
Initializes a new instance of the FdfCollectionEditor class
Top
Properties
  NameDescription
Public propertyCollectionItemLabel
Gets or sets collection item label.
Public propertyCollectionLabel
Gets or sets collection label.
Public propertyFooter
Public propertyIsCloneable
Public propertyIsEmpty
Returns True if control is considered empty, i.e. when there is no external data found or no external data filled, otherwise returns False. Default value is True.
(Overrides FdfControlIsEmpty.)
Public propertyIsSerializable
Public propertyProgressBar
Public propertySelectedItem
Top
Methods
  NameDescription
Public methodActionButtonClicked
Public methodClear
Clears any bound controls possibly set with external data during filling stage, setting control properties to their default values at the same time.
(Overrides FdfControlClear.)
Protected methodDispose
Releases the unmanaged resources used by the FdfCollectionEditor and optionally releases the managed resources
(Overrides FdfControlDispose(Boolean).)
Public methodFill
Represents a data-binding stage, when control gets filled with external data. At this stage external data is possibly pre-processed and suited to the control itself.
(Overrides FdfControlFill.)
Public methodInitialize
Represents initializion stage of the control where any explicit control initialization is being performed (i.e. localization, resources loading, sizing, etc.).
(Overrides FdfControlInitialize.)
Top
Events
See Also