Back to Devexpress

ASPxGridView.SettingsDetail Property

aspnet-devexpress-dot-web-dot-aspxgridview-3d4a2141.md

latest1.4 KB
Original Source

ASPxGridView.SettingsDetail Property

Provides access to the ASPxGridView’s master-detail options.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public ASPxGridViewDetailSettings SettingsDetail { get; }
vb
Public ReadOnly Property SettingsDetail As ASPxGridViewDetailSettings

Property Value

TypeDescription
ASPxGridViewDetailSettings

An ASPxGridViewDetailSettings object that contains the ASPxGridView’s master-detail options.

|

Remarks

The SettingsDetail property provides access to Boolean properties that specify the current functionality available in master-detail mode. For details, see ASPxGridViewDetailSettings.

See Also

Grid View

ASPxGridView Class

ASPxGridView Members

DevExpress.Web Namespace