[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The DdmSinglePropertytype exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

  Member Description
Flags
Property flags
(Inherited from DdmProperty.)
IsGrouping
If true, property is a grouping value
(Inherited from DdmProperty.)
IsKey
If true, property is a key value
(Inherited from DdmProperty.)
MaxWidth
Maximum width
(Inherited from DdmProperty.)
PropertyName
DDM property name
(Inherited from DdmProperty.)
PropertyType
Property type
(Overrides DdmProperty . . :: . . PropertyType.)
TruncateLongStrings
If true, a value that is longer than MaxWidthwill be truncated. Default is true.
(Inherited from DdmProperty.)
Value
Property value
ValueType
Property value type
(Inherited from DdmProperty.)

See Also