Click or drag to resize

DisplayOrderAttribute Constructor

Initializes a new instance of the DisplayOrderAttribute class

Namespace: Altaxo.Main.Services.PropertyReflection
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public DisplayOrderAttribute(
	int orderIndex
)

Parameters

orderIndex  Int32

[Missing <param name="orderIndex"/> documentation for "M:Altaxo.Main.Services.PropertyReflection.DisplayOrderAttribute.#ctor(System.Int32)"]

See Also