Skip to main content

SpreadsheetFillHandleBehaviorOptions Class

Contains an option which turns the Fill Handle feature on or off.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

[ComVisible(true)]
public class SpreadsheetFillHandleBehaviorOptions :
    SpreadsheetNotificationOptions

The following members return SpreadsheetFillHandleBehaviorOptions objects:

Remarks

An instance of the SpreadsheetFillHandleBehaviorOptions class is accessible using the SpreadsheetBehaviorOptions.FillHandle property.

Inheritance

Object
ViewStatePersisterCore
BaseOptions
DevExpress.XtraSpreadsheet.SpreadsheetNotificationOptions
SpreadsheetFillHandleBehaviorOptions
See Also