Click or drag to resize

ICategoryNameView Interface

Designates a property in the Gui system.

Namespace: Altaxo.Gui.Common.PropertyGrid
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface ICategoryNameView

The ICategoryNameView type exposes the following members.

Properties
 NameDescription
Public propertyCategory Gets the category the property belongs to.
Public propertyName Gets the name of the property.
Public propertyView Gets the view (Gui object) that allows to show or edit the property value.
Top
See Also