Table of Contents

Class repFormOrderControlProperties

Namespace
PolarStudio
Assembly
PolarStudio.dll

This class contains the properties for a control for the form order.

public class repFormOrderControlProperties
Inheritance
repFormOrderControlProperties
Inherited Members
Extension Methods

Properties

ControlName

Returns the name of the control these properties apply to.

public string ControlName { get; }

Property Value

string

HideInListview

Returns True if this control is to be hidden in list view.

public bool HideInListview { get; }

Property Value

bool