Skip to main content
All docs
V23.2

CellEditorOpenedEventArgs.IsCustom Property

Indicates whether the active cell editor is custom.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v23.2.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