IColumnMeta Interface
.NET Standard 2.x
Represents a column control.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Syntax
public interface IColumnMeta : IReadOnlyColumnMeta, IDwoElement<IColumnMeta>
Properties
Name | Return Type | Description |
---|---|---|
Dddw | IDwDddw | Gets or sets properties that control the appearance and behavior of a column with the DropDownDataWindow edit style. |
Edit | IDwEdit | Gets settings that affect the appearance and behavior of columns whose edit style is Edit . |
ID | System.Int16 | Gets the zero-based ID of the column. |