Specifies how ValueItems are rendered.
[Visual Basic]
Public Enum PresentationEnum
[C#]
public enum PresentationEnum
[Delphi]
type PresentationEnum = (CheckBox, ComboBox, Normal, RadioButton, SortedComboBox);
Namespace: C1.Win.C1TrueDBGrid
Assembly: C1.Win.C1TrueDBGrid.2 (in C1.Win.C1TrueDBGrid.2.dll)
Members
Member name |
Description |
CheckBox |
Values are displayed as a checkbox. |
ComboBox |
Values are displayed as a drop-down combobox. |
Normal |
Values are displayed as text or graphics. |
RadioButton |
Values are displayed as a group of Radio Buttons. |
SortedComboBox |
Values are displayed as a drop-down combobox in sorted order. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |