I'm confused by the documentation. The documentation says: Public Properties: Item When I click on 'Item' I get: [C#] public DataGridTableStyle this[int] {get;} [C#] public DataGridTableStyle this[string] {get;} How should I make the template? Should it be this?: public DataGridTableStyle Item { get { trhow ... } } Daniel.