Click or drag to resize

GridProperty Class

Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.SurveyFeatureGridProperty

Namespace:  Omada.OE.Solution.OIM.AppLogic.SurveyFeature
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public class GridProperty

The GridProperty type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCaption
Column caption - if left blank is the property display name used
Public propertyName
System name of a property in OISX.
Public propertyQuickFormProperties
only used if field is for a reference property. Comma-delimited property system names to show in the quickform for data objects referred in the field
Public propertyState
State of the field
Public propertyWidth
Width of the column in pixels
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also