WebFormGridView Properties |
The WebFormGridView type exposes the following members.
Name | Description | |
---|---|---|
ActiveTaskRequiredForCreation |
Gets or sets a value indicating whether an active task is required for item creation.
| |
ChromeMode |
Gets or sets the header's and footer's display mode.
| |
CreateItemsInFrame |
Gets or sets a value indicating whether new items are created in a frame.
Only applicable if EnableCreation is True.
| |
CreationLabel |
Gets or sets the label shown in the creation button.
| |
CreationLabelRes |
Gets or sets the resource containing translations for the CreationLabel property.
| |
CreationOnlyInTheseStates |
Gets or sets the list of states' ids in which the creation is enabled.
| |
CustomViewList |
Gets or sets a list of views' GUIDs available for selection
when the HeaderContent is ViewSelection or Both.
Note: the list is used to specify hidden views when the ViewListFilter is set to AllExceptHidden.
| |
EditItemsInFrame |
Gets or sets a value indicating whether item edition must be done using a frame.
| |
EnableCreation |
Gets or sets a value indicating whether items can be created with the gridview.
| |
EnableCreationInReadOnly |
Gets or sets a value indicating whether items can be created while the item's form is in read-only.
| |
EnableInlineCreation |
Gets or sets a value indicating whether new items appear as rows.
Only applicable if EnableCreation is True.
| |
EnableInlineDuplication |
Gets or sets a value indicating whether duplication is enabled.
Currently not active.
Note : also depend on PFView setting.
| |
EnableInlineEditing |
Gets or sets a value indicating whether the inline edition is enabled.
Note : also depend on PFView setting.
| |
EnableSelectionMode |
Gets or sets a value indicating whether the feature allowing managing relations is enabled.
| |
EnableSelectionModeInReadOnly |
Gets or sets a value indicating whether the selection mode is available
while the item's form is in read-only.
| |
EnableSuppression |
Gets or sets a value indicating whether the inline suppression is enabled.
Note : also depend on PFView setting.
| |
EnableUnlinking |
Gets or sets a value indicating whether the inline action Unlinking is enabled.
This action allows removing the relation between the source item and a target item.
| |
FormPreviewGuid |
Gets or sets the form preview GUID.
| |
Guid |
Gets the GUID identifying this object.
(Inherited from ModelingObject.) | |
HeaderContent |
Gets or sets the header's content.
| |
Height |
Gets or sets the gridview height. The value is limited between MinHeight and MaxHeight.
| |
HeightMode |
Gets or sets a value indicating how the gridview should manage its height.
| |
HiddenInTheseStates |
Gets or sets the list of states' ids in which the gridview is hidden.
| |
Id |
Gets the id identifying this object.
(Inherited from ModelingObject.) | |
InlineEditingOnlyInTheseStates |
Gets or sets the list of states' ids in which the inline edition is enabled.
| |
InstanceGuid |
Gets a guid, unique for this object instance.
(Inherited from ModelingObject.) | |
InstanceLanguage |
Gets or sets the instance language (two letters format).
(Inherited from ModelingObject.) | |
IsExtended |
Gets a value indicating whether this object is Extended (ModelingObject_Extended) or not,
allowing to avoid an "is" verification.
(Inherited from ModelingObject_Extended.) | |
Label |
Gets or sets the gridview caption, shown in the header when HeaderContent is set to Label or Both.
| |
Model |
Gets the model hosting this object. The Model is the root object of the modeling tree.
(Inherited from ModelingObject.) | |
Name |
Gets the name of this object.
(Inherited from ModelingObject.) | |
OpenItemsInFrame |
Gets or sets a value indicating whether items should be open in a frame.
| |
Parent |
Gets the parent object in the modeling tree.
(Inherited from ModelingObject.) | |
ParentType |
Gets the type of the parent object in the modeling tree.
(Inherited from ModelingObject.) | |
RelationDirection |
Gets or sets the relation direction(s).
| |
RelationId |
Gets or sets the relation's GUID.
| |
SelectionModeScope |
Gets or sets the scope of available items when the selection mode is active.
| |
SelectionOnlyInTheseStates |
Gets or sets the list of states' ids in which the selection mode is available.
| |
ShowOpenFormIcon |
Gets or sets a value indicating whether the icon opening the item form is shown (on each row).
| |
SuppressionOnlyInTheseStates |
Gets or sets the list of states' ids in which the inline suppression is enabled.
| |
UnlinkingOnlyInTheseStates |
Gets or sets the list of states' ids in which the unlinking feature is enabled.
| |
ViewId |
Gets or sets the target view's id.
| |
ViewListFilter |
Gets or sets a value indicating whether the CustomViewList is used to specify shown or hidden views
available for selection.
|