Skip to main content
All docs
V23.2

DxHtmlElementEventArgs.HasClassName(String, Boolean) Method

Namespace: DevExpress.Utils.Html

Assembly: DevExpress.Data.Desktop.v23.2.dll

NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design

Declaration

public bool HasClassName(
    string class,
    bool includeAncestors = true
)

Parameters

Name Type
class String

Optional Parameters

Name Type Default
includeAncestors Boolean True

Returns

Type
Boolean
See Also