Skip to main content
A newer version of this page is available. .
All docs
V22.1

CellEditorOpenedEventArgs.IsCustom Property

Indicates whether the active cell editor is custom.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v22.1.dll

NuGet Package: DevExpress.Win.Spreadsheet

Declaration

public bool IsCustom { get; }

Property Value

Type Description
Boolean

true if the active editor is custom; otherwise, false.

Remarks

If the IsCustom property returns true, use the CellEditorOpenedEventArgs.CustomEditorType property to determine the custom editor type.

See Also