Skip to main content

XPMemberInfo.IsPublic Property

When implemented in a derived class, gets whether the member is declared as public.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public abstract bool IsPublic { get; }

Property Value

Type Description
Boolean

true if the member is declared as public; otherwise, false.

See Also