Constructor SegmentationRulesTreeview
SegmentationRulesTreeview(String, String, String)
Constructor for the component.
Declaration
public SegmentationRulesTreeview(string addSettingButtonText = "Add Setting", string keyColumnHeader = "Key", string valueColumnHeader = "Value")
Parameters
Type | Name | Description |
---|---|---|
String | addSettingButtonText | Text to populate in the footer button that adds a setting. Defaults to "Add Setting". |
String | keyColumnHeader | Text to populate in the header for the key column. Defaults to "Key". |
String | valueColumnHeader | Text to populate in the header for the value column. Defaults to "Value". |