Back to Devexpress

LookUpColumnInfo Constructors

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-lookupcolumninfo-dot-ctor.md

latest3.8 KB
Original Source

LookUpColumnInfo Constructors

A column for a lookup editor.

NameParametersDescription
LookUpColumnInfo()noneCreates an instance of the LookUpColumnInfo class and sets its properties to default values.
LookUpColumnInfo(String, Int32, String)fieldName, width, captionCreates an instance of the LookUpColumnInfo class and initializes its field name, caption and width.
LookUpColumnInfo(String, Int32)fieldName, widthCreates 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)fieldName, caption, width, formatType, formatString, visible, alignment, sortOrder, allowSortInitializes a new instance of the LookUpColumnInfo class with the specified settings.
LookUpColumnInfo(String, String, Int32, FormatType, String, Boolean, HorzAlignment, ColumnSortOrder)fieldName, caption, width, formatType, formatString, visible, alignment, sortOrderInitializes a new instance of the LookUpColumnInfo class with the specified settings.
LookUpColumnInfo(String, String, Int32, FormatType, String, Boolean, HorzAlignment)fieldName, caption, width, formatType, formatString, visible, alignmentCreates an instance of the LookUpColumnInfo class and sets all its properties to specified values.
LookUpColumnInfo(String, String, Int32)fieldName, caption, widthCreates an instance of the LookUpColumnInfo class and initializes its field name, caption and width.
LookUpColumnInfo(String, String)fieldName, captionInitializes a new instance of the LookUpColumnInfo class with the specified field name and caption.
LookUpColumnInfo(String)fieldNameCreates an instance of the LookUpColumnInfo class and sets its field name to the specified value.

See Also

LookUpColumnInfo Class

LookUpColumnInfo Members

DevExpress.XtraEditors.Controls Namespace