GridView.CanResizeRow(Int32) Method
Indicates whether end-users can resize a row.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
row |
Int32 | An integer value identifying the row by its handle. |
#Returns
Type | Description |
---|---|
Boolean | true if end-users can resize the row; otherwise, false. |
#Remarks
The method supports the grid control’s internal infrastructure and is not intended to be used in your code.
The CanResizeRow method’s return value depends on the row type. If a group row is specified, the method returns false. Otherwise, the method’s return value depends on the View’s GridOptionsCustomization.AllowRowSizing option state.
Views use the CanResizeRow method to determine whether the mouse cursor should change its appearance when over a row’s bottom edge. This method also specifies whether the resizing operation is allowed.
Note
Detail pattern Views do not contain data and they are never displayed within Xtra
- Grid
Control. - returns the top most View in a grid;Main View - Grid
Control. - returns the focused View;Focused View - Grid
Control. - returns the currently maximized View;Default View - the sender parameter of View specific events;
- Grid
View. - returns a detail clone View for a specific master row.Get Detail View