Skip to main content
A newer version of this page is available. .
All docs
V21.2

CellEditorOpenedEventArgs.IsCustom Property

Indicates whether the active cell editor is custom.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v21.2.dll

NuGet Packages: DevExpress.Win.Design, 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