Usages of IStripeDefaults
Properties
| columnDefaults | in ITable | Gets or sets the defaults for Columns. | |
| rowDefaults | in ITable | Gets or sets the defaults for rows. | |
| columnDefaults | in Table | Gets or sets the defaults for Columns. | |
| rowDefaults | in Table | Gets or sets the defaults for rows. |
Method Return Values
| copyDefaults (IStripeDefaults) | in Table | Called during clone to create a copy of originalDefaults | |
| createColumnDefaults () | in Table | Creates the column defaults. | |
| createRowDefaults () | in Table | Creates the row defaults. |
Method Parameters
| Table () | in Table | Default constructor that creates an empty table | |
| copyDefaults (IStripeDefaults) | in Table | Called during clone to create a copy of originalDefaults |
Implementing Types
| StripeDefaults | A canonical implementation of the IStripeDefaults interface. |