Interface CfnLayout.ISectionProperty
This represents a sections within a panel or tab of the page layout.
Namespace: Amazon.CDK.AWS.Cases
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnLayout.ISectionProperty
Syntax (vb)
Public Interface CfnLayout.ISectionProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Cases;
var sectionProperty = new SectionProperty {
FieldGroup = new FieldGroupProperty {
Fields = new [] { new FieldItemProperty {
Id = "id"
} },
// the properties below are optional
Name = "name"
}
};
Synopsis
Properties
| FieldGroup | Consists of a group of fields and associated properties. |
Properties
FieldGroup
Consists of a group of fields and associated properties.
object FieldGroup { get; }