Skip to main content
A newer version of this page is available. .

FederationMasterDetailInfo.HasCustomName Property

Gets whether a relation has a name specified explicitly.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v19.1.dll

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