ShowProperties property

Returns or sets whether the
Properties
command is shown on the context menu at runtime. Read/write. Boolean.
Syntax
DataGrid1
.
ShowProperties
[=
state
]
where
DataGrid1
- is the name of a data grid object or an expression that evaluates to a data grid object.
state
- is a parameter of the type Boolean that can be set to one of the following:
  • True
    : Shows the
    Properties
    command on the context menu.
  • False
    : Does not show the
    Properties
    command on the context menu.
Example
Private Sub ShowDataGridProperties() DataGrid1.ShowProperties = False End Sub
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal