Click or drag to resize

PropertyColumn Class

Defines how a column will be displayed.
Inheritance Hierarchy
SystemObject
  AxiomCore2.ControlPropertiesPropertyColumn

Namespace: AxiomCore2.ControlProperties
Assembly: Canary.Axiom.Session (in Canary.Axiom.Session.exe) Version: 25.6.0.25344+3070493948bf7d32a86bd3e9a8bcf4cc9a5b1929
Syntax
C#
public sealed class PropertyColumn

The PropertyColumn type exposes the following members.

Constructors
 NameDescription
Public methodPropertyColumnInitializes a new instance of the PropertyColumn class
Top
Properties
 NameDescription
Public propertyIsCustomProperty Indicates whether this column is a custom property such as an event property.
Public propertyIsVisible Shows column if true. Hides column if false.
Public propertyName Name of column. There are a fixed set of column names that can be used, otherwise the column may not be displayed or errors may occur due to the fact that the control may not know what values to show in an unmapped column.
Top
See Also