DetailItemAttribute Constructor

Attribute to define a detail item

Definition

Namespace: CoreMX.NET.Attributes
Assembly: CoreMX.NET (in CoreMX.NET.dll) Version: 1.0.0+7eb54d7f3459576d25646e9f286fb1fe49eac8a5
C#
public DetailItemAttribute(
	string label,
	Object customFlags,
	Type? formatterType,
	bool copyAllowed,
	int section,
	int orderIndex = 0
)

Parameters

label  String
The Label
customFlags  Object
Custom Flags
formatterType  Type
The Content Formatters Name
copyAllowed  Boolean
Whether to allow copying the value
section  Int32
The section index
orderIndex  Int32  (Optional)
The order index

See Also