Class CfnTemplate.DefaultDateTimePickerControlOptionsProperty
The default options that correspond to the filter control type of a DateTimePicker .
Inherited Members
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTemplate.DefaultDateTimePickerControlOptionsProperty : CfnTemplate.IDefaultDateTimePickerControlOptionsProperty
  Syntax (vb)
Public Class CfnTemplate.DefaultDateTimePickerControlOptionsProperty Implements CfnTemplate.IDefaultDateTimePickerControlOptionsProperty
  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.QuickSight;
             var dateIconVisibility;
             var helperTextVisibility;
             var defaultDateTimePickerControlOptionsProperty = new DefaultDateTimePickerControlOptionsProperty {
                 CommitMode = "commitMode",
                 DisplayOptions = new DateTimePickerControlDisplayOptionsProperty {
                     DateIconVisibility = dateIconVisibility,
                     DateTimeFormat = "dateTimeFormat",
                     HelperTextVisibility = helperTextVisibility,
                     InfoIconLabelOptions = new SheetControlInfoIconLabelOptionsProperty {
                         InfoIconText = "infoIconText",
                         Visibility = "visibility"
                     },
                     TitleOptions = new LabelOptionsProperty {
                         CustomLabel = "customLabel",
                         FontConfiguration = new FontConfigurationProperty {
                             FontColor = "fontColor",
                             FontDecoration = "fontDecoration",
                             FontFamily = "fontFamily",
                             FontSize = new FontSizeProperty {
                                 Absolute = "absolute",
                                 Relative = "relative"
                             },
                             FontStyle = "fontStyle",
                             FontWeight = new FontWeightProperty {
                                 Name = "name"
                             }
                         },
                         Visibility = "visibility"
                     }
                 },
                 Type = "type"
             };
  Synopsis
Constructors
| DefaultDateTimePickerControlOptionsProperty() | The default options that correspond to the filter control type of a   | 
      
Properties
| CommitMode | The visibility configuration of the Apply button on a   | 
      
| DisplayOptions | The display options of a control.  | 
      
| Type | The date time picker type of the   | 
      
Constructors
DefaultDateTimePickerControlOptionsProperty()
The default options that correspond to the filter control type of a DateTimePicker .
public DefaultDateTimePickerControlOptionsProperty()
  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.QuickSight;
             var dateIconVisibility;
             var helperTextVisibility;
             var defaultDateTimePickerControlOptionsProperty = new DefaultDateTimePickerControlOptionsProperty {
                 CommitMode = "commitMode",
                 DisplayOptions = new DateTimePickerControlDisplayOptionsProperty {
                     DateIconVisibility = dateIconVisibility,
                     DateTimeFormat = "dateTimeFormat",
                     HelperTextVisibility = helperTextVisibility,
                     InfoIconLabelOptions = new SheetControlInfoIconLabelOptionsProperty {
                         InfoIconText = "infoIconText",
                         Visibility = "visibility"
                     },
                     TitleOptions = new LabelOptionsProperty {
                         CustomLabel = "customLabel",
                         FontConfiguration = new FontConfigurationProperty {
                             FontColor = "fontColor",
                             FontDecoration = "fontDecoration",
                             FontFamily = "fontFamily",
                             FontSize = new FontSizeProperty {
                                 Absolute = "absolute",
                                 Relative = "relative"
                             },
                             FontStyle = "fontStyle",
                             FontWeight = new FontWeightProperty {
                                 Name = "name"
                             }
                         },
                         Visibility = "visibility"
                     }
                 },
                 Type = "type"
             };
  Properties
CommitMode
The visibility configuration of the Apply button on a DateTimePickerControl .
public string? CommitMode { get; set; }
  Property Value
Remarks
DisplayOptions
The display options of a control.
public object? DisplayOptions { get; set; }
  Property Value
Remarks
Type union: either IResolvable or CfnTemplate.IDateTimePickerControlDisplayOptionsProperty
Type
The date time picker type of the DefaultDateTimePickerControlOptions . Choose one of the following options:.
public string? Type { get; set; }