EditProperties Constructors
Serves as the base class for the editor properties classes that define the behavior of editors allowing data input.Name | Parameters | Description |
---|---|---|
EditProperties() | none | Initializes a new instance of the EditProperties class with default settings. |
EditProperties(IPropertiesOwner) | owner | Initializes a new instance of the EditProperties class with the specified owner. |
See Also