ASPxGridViewCommandButtonSettings.PreviewChangesButton Property
In This Article
Gets the Preview changes command button’s settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GridViewCommandButtonSettings PreviewChangesButton { get; }
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Preview |
---|---|---|
ASP. |
Grid |
|
MVCx |
|
|
ASP. |
ASPx |
|
Grid |
|
#Remarks
The Preview changes button switches the grid to Changes Preview mode where you can preview and manage modified rows. Use the PreviewChangesButton property to specify the button’s image, caption and type.
See Also