Skip to main content
A newer version of this page is available. .

SpreadsheetFillHandleBehaviorOptions Class

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

Namespace: DevExpress.XtraSpreadsheet

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

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