FederationMasterDetailInfo.HasCustomName Property
Gets whether a relation has a name specified explicitly.
Namespace: DevExpress.DataAccess.DataFederation
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
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