Skip to main content
All docs
V25.1
  • MongoDBSchemaNode.Selected Property

    Gets or sets whether to include the MongoDB field (which the MongoDBSchemaNode defines) to the MongoDBDataSource‘s data schema.

    Namespace: DevExpress.DataAccess.MongoDB

    Assembly: DevExpress.DataAccess.v25.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    [DataMember]
    public bool? Selected { get; set; }

    Property Value

    Type Description
    Nullable<Boolean>

    Specifies whether to include a MogoDB field to the MongoDBDataSource‘s data schema.

    See Also