LookUpColumnInfo Members
A column for a lookup editor.Constructors
Name | Description |
---|---|
LookUpColumnInfo() | Creates an instance of the LookUpColumnInfo class and sets its properties to default values. |
LookUpColumnInfo(String, Int32, String) | Creates an instance of the LookUpColumnInfo class and initializes its field name, caption and width. |
LookUpColumnInfo(String, Int32) | Creates an instance of the LookUpColumnInfo class and sets its field name and width to the specified values. |
LookUpColumnInfo(String, String, Int32, FormatType, String, Boolean, HorzAlignment, ColumnSortOrder, DefaultBoolean) | Initializes a new instance of the LookUpColumnInfo class with the specified settings. |
LookUpColumnInfo(String, String, Int32, FormatType, String, Boolean, HorzAlignment, ColumnSortOrder) | Initializes a new instance of the LookUpColumnInfo class with the specified settings. |
LookUpColumnInfo(String, String, Int32, FormatType, String, Boolean, HorzAlignment) | Creates an instance of the LookUpColumnInfo class and sets all its properties to specified values. |
LookUpColumnInfo(String, String, Int32) | Creates an instance of the LookUpColumnInfo class and initializes its field name, caption and width. |
LookUpColumnInfo(String, String) | Initializes a new instance of the LookUpColumnInfo class with the specified field name and caption. |
LookUpColumnInfo(String) | Creates an instance of the LookUpColumnInfo class and sets its field name to the specified value. |
Properties
Name | Description |
---|---|
Alignment | Gets or sets the horizontal alignment of column values within the current column. |
AllowSort | Gets or sets whether the column supports data sorting. |
Caption | Gets or sets the column’s caption. |
FieldName | Gets or sets the field name whose values are displayed in the column. |
FormatString | Specifies the pattern used to format column values when the LookUpColumnInfo.FormatType is not set to FormatType.None. |
FormatType | Gets or sets the type of formatting applied when displaying column values. |
MaxWidth | |
SortOrder | Gets or sets the sort order applied to the current column. |
Visible | Gets or sets the visibility of the current column. |
Width | Gets or sets the width of the current column. |
Methods
Name | Description |
---|---|
Assign(LookUpColumnInfo) | Copies properties of the source column to the current LookUpColumnInfo instance. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetOwner() | Returns the LookUpEdit control that owns the collection containing the current LookUpColumnInfo object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns the textual representation of the current LookUpColumnInfo object. |
See Also