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". |