Skip to main content
All docs
V26.1
  • FederationMasterDetailInfo.HasCustomName Property

    Gets whether a relation has a name specified explicitly.

    Namespace: DevExpress.DataAccess.DataFederation

    Assembly: DevExpress.DataAccess.v26.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    public bool HasCustomName { get; }

    Property Value

    Type Description
    Boolean

    True, if the relation has an explicitly specified name; otherwise, false.

    Remarks

    If the relation’s name is not specified explicitly, the FederationMasterDetailInfo.GenerateName method creates it automatically.

    See Also