Skip to main content

ObjectMember.IsStatic Property

Indicates whether or not a member is static.

Namespace: DevExpress.DataAccess.ObjectBinding

Assembly: DevExpress.DataAccess.v24.1.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public bool IsStatic { get; }

Property Value

Type Description
Boolean

true, if a member is static; otherwise, false

See Also