ASPxSpreadsheetRowBehaviorOptions Class
In This Article
Provides options to restrict an end-user’s ability to manage rows in a worksheet of the workbook loaded into the ASPxSpreadsheet.
Namespace: DevExpress.Web.ASPxSpreadsheet
Assembly: DevExpress.Web.ASPxSpreadsheet.v24.2.dll
NuGet Package: DevExpress.Web.Office
#Declaration
public class ASPxSpreadsheetRowBehaviorOptions :
ASPxSpreadsheetBehaviorOptionsBase,
ISettingsWithExternalStateManager
#Related API Members
The following members return ASPxSpreadsheetRowBehaviorOptions objects:
#Remarks
An instance of the ASPxSpreadsheetRowBehaviorOptions
class is accessible by using the ASPxSpreadsheetBehaviorSettings.Row property.
#Inheritance
Object
StateManager
PropertiesBase
ASPxSpreadsheetSettingsBase
ASPxSpreadsheetBehaviorOptionsBase
ASPxSpreadsheetRowBehaviorOptions
See Also