Skip to main content

FederationMasterDetailInfo.HasCustomName Property

Gets whether a relation has a name specified explicitly.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v23.2.dll

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

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