Back to Devexpress

LookUpColumnInfo Members

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-lookupcolumninfo-dot-underscore-members.md

latest7.5 KB
Original Source

LookUpColumnInfo Members

A column for a lookup editor.

Constructors

NameDescription
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

NameDescription
AlignmentGets or sets the horizontal alignment of column values within the current column.
AllowSortGets or sets whether the column supports data sorting.
CaptionGets or sets the column’s caption.
FieldNameGets or sets the field name whose values are displayed in the column.
FormatStringSpecifies the pattern used to format column values when the LookUpColumnInfo.FormatType is not set to FormatType.None.
FormatTypeGets or sets the type of formatting applied when displaying column values.
MaxWidth
SortOrderGets or sets the sort order applied to the current column.
VisibleGets or sets the visibility of the current column.
WidthGets or sets the width of the current column.

Methods

NameDescription
Assign(LookUpColumnInfo)Copies properties of the source column to the current LookUpColumnInfo instance.
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns the textual representation of the current LookUpColumnInfo object.

See Also

LookUpColumnInfo Class

DevExpress.XtraEditors.Controls Namespace