DXCollectionViewCommands.ShowDetailForm Property
In This Article
Returns the command that invokes a view form for a CollectionView item with the specified handle.
Namespace: DevExpress.Maui.CollectionView
Assembly: DevExpress.Maui.CollectionView.dll
NuGet Package: DevExpress.Maui.CollectionView
#Declaration
C#
public Command<object> ShowDetailForm { get; }
#Property Value
Type | Description |
---|---|
Command<System. |
A command object. |
#Remarks
For more information, refer to the following topic: Show Built-In Forms to Display, Create, and Edit Items.
See Also