Skip to the content.

PromptPlus API:TableSelectStyle

Build Publish License NuGet Downloads

Back to List Api

TableSelectStyle

Namespace: PPlus.Controls

Represents The Styles Table control

public enum TableSelectStyle

Inheritance ObjectValueTypeEnumTableSelectStyle
Implements IComparable, IFormattable, IConvertible

Fields

Name Value Description
Prompt 0 Prompt Region
Answer 1 Answer Region
Description 2 Description Region
Selected 3 Selected state
UnSelected 4 UnSelected state
Disabled 5 Disabled state
Pagination 6 Pagination Region
TaggedInfo 7 TaggedInfo Region
Tooltips 8 Tooltips Region
Lines 9 Lines Region
FilterMatch 10 Filter Match Region
FilterUnMatch 11 Filter UnMatch Region
TableTitle 12 Table Title content
TableHeader 13 Table Header content
TableContent 14 Table Data content

Back to List Api