45 references to TableCaptionAlign
System.Web (45)
UI\WebControls\BaseDataList.cs (6)
64
DefaultValue(
TableCaptionAlign
.NotSet),
68
public virtual
TableCaptionAlign
CaptionAlign {
71
return (o != null) ? (
TableCaptionAlign
)o :
TableCaptionAlign
.NotSet;
74
if ((value <
TableCaptionAlign
.NotSet) ||
75
(value >
TableCaptionAlign
.Right)) {
UI\WebControls\Calendar.cs (6)
116
DefaultValue(
TableCaptionAlign
.NotSet),
120
public virtual
TableCaptionAlign
CaptionAlign {
123
return (o != null) ? (
TableCaptionAlign
)o :
TableCaptionAlign
.NotSet;
126
if ((value <
TableCaptionAlign
.NotSet) ||
127
(value >
TableCaptionAlign
.Right)) {
UI\WebControls\DetailsView.cs (6)
395
DefaultValue(
TableCaptionAlign
.NotSet),
399
public virtual
TableCaptionAlign
CaptionAlign {
402
return (o != null) ? (
TableCaptionAlign
)o :
TableCaptionAlign
.NotSet;
405
if ((value <
TableCaptionAlign
.NotSet) ||
406
(value >
TableCaptionAlign
.Right)) {
UI\WebControls\FormView.cs (6)
242
DefaultValue(
TableCaptionAlign
.NotSet),
246
public virtual
TableCaptionAlign
CaptionAlign {
249
return (o != null) ? (
TableCaptionAlign
)o :
TableCaptionAlign
.NotSet;
252
if ((value <
TableCaptionAlign
.NotSet) ||
253
(value >
TableCaptionAlign
.Right)) {
UI\WebControls\GridView.cs (6)
444
DefaultValue(
TableCaptionAlign
.NotSet),
448
public virtual
TableCaptionAlign
CaptionAlign {
451
return (o != null) ? (
TableCaptionAlign
)o :
TableCaptionAlign
.NotSet;
454
if ((value <
TableCaptionAlign
.NotSet) ||
455
(value >
TableCaptionAlign
.Right)) {
UI\WebControls\RepeatInfo.cs (4)
25
private
TableCaptionAlign
captionAlign;
53
public
TableCaptionAlign
CaptionAlign {
58
if ((value <
TableCaptionAlign
.NotSet) ||
59
(value >
TableCaptionAlign
.Right)) {
UI\WebControls\Table.cs (11)
83
DefaultValue(
TableCaptionAlign
.NotSet),
87
public virtual
TableCaptionAlign
CaptionAlign {
90
return (o != null) ? (
TableCaptionAlign
)o :
TableCaptionAlign
.NotSet;
93
if ((value <
TableCaptionAlign
.NotSet) ||
94
(value >
TableCaptionAlign
.Right)) {
304
TableCaptionAlign
alignment = CaptionAlign;
306
if (alignment !=
TableCaptionAlign
.NotSet) {
310
case
TableCaptionAlign
.Top:
313
case
TableCaptionAlign
.Bottom:
316
case
TableCaptionAlign
.Left: